|
0f89ceabce
|
Make image copy operation public accessible
|
2023-04-10 20:44:59 +02:00 |
|
|
1976af0166
|
Correct depth image layout
|
2023-03-24 14:13:04 +01:00 |
|
|
44c0d1e353
|
Merge pull request 'Update Rust crate anyhow to 1.0.70' (#9) from renovate/anyhow-1.x into master
Reviewed-on: #9
|
2023-03-22 11:17:28 +01:00 |
|
|
4c68431b55
|
Merge pull request 'Update Rust crate serde to 1.0.158' (#10) from renovate/serde-1.x into master
Reviewed-on: #10
|
2023-03-22 11:17:19 +01:00 |
|
|
bc84460b67
|
Update Rust crate serde to 1.0.158
|
2023-03-22 02:04:50 +01:00 |
|
|
9d16efa6dd
|
Update Rust crate anyhow to 1.0.70
|
2023-03-22 02:04:46 +01:00 |
|
|
dee3fd1213
|
Allow typecast for VkMappedMemory
|
2023-03-20 14:18:27 +01:00 |
|
|
92b4f55192
|
Merge pull request 'Update Rust crate serde to 1.0.156' (#8) from renovate/serde-1.x into master
Reviewed-on: #8
|
2023-03-15 07:51:03 +01:00 |
|
|
5c07329136
|
Update Rust crate serde to 1.0.156
|
2023-03-15 02:04:22 +01:00 |
|
|
9601e12ac7
|
Merge pull request 'Update Rust crate serde to 1.0.155' (#7) from renovate/serde-1.x into master
Reviewed-on: #7
|
2023-03-13 20:59:04 +01:00 |
|
|
ce334c1261
|
Update Rust crate serde to 1.0.155
|
2023-03-12 02:03:51 +01:00 |
|
|
7919e69e42
|
Merge pull request 'Update Rust crate serde to 1.0.154' (#6) from renovate/serde-1.x into master
Reviewed-on: #6
|
2023-03-10 07:14:36 +01:00 |
|
|
3d4e888300
|
Update Rust crate serde to 1.0.154
|
2023-03-09 02:03:55 +01:00 |
|
|
7863570d91
|
Merge pull request 'Update Rust crate paste to 1.0.12' (#5) from renovate/paste-1.x into master
Reviewed-on: #5
|
2023-03-06 07:23:03 +01:00 |
|
|
0271b5a5fa
|
Update Rust crate paste to 1.0.12
|
2023-03-06 02:03:56 +01:00 |
|
|
0993d57f8e
|
Make api version optional
|
2023-02-22 09:35:42 +01:00 |
|
|
c09268bee7
|
Readd temporal instance logging
|
2023-02-21 16:47:17 +01:00 |
|
|
da8e7c7258
|
Temp debug info for loading lib symbols
|
2023-02-21 12:22:10 +01:00 |
|
|
b680b0e61c
|
Remove logging
|
2023-02-20 09:08:31 +01:00 |
|
|
7901c3d9f0
|
Use impl_reprc macro
|
2023-02-01 14:32:30 +01:00 |
|
|
60903547e7
|
Merge pull request 'Update Rust crate cc to 1.0.79' (#3) from renovate/cc-1.x into master
Reviewed-on: #3
|
2023-01-29 08:51:36 +01:00 |
|
|
99360628df
|
Update Rust crate cc to 1.0.79
|
2023-01-29 02:03:22 +01:00 |
|
|
a5c96a1e29
|
Fix assert check
|
2023-01-28 15:55:40 +01:00 |
|
|
e62853ad61
|
Add default impl for bindings trait function
|
2023-01-27 22:13:35 +01:00 |
|
|
1a7e31e1d3
|
Impl From<u8> for ShaderType
|
2023-01-27 17:42:04 +01:00 |
|
|
f49a7c299c
|
Export ray tracing shader wrapper
|
2023-01-27 17:20:53 +01:00 |
|
|
f324f2585f
|
Use single source cgmath
|
2023-01-27 13:54:01 +01:00 |
|
|
44fd0993b5
|
Export cgmath crate
|
2023-01-27 13:41:19 +01:00 |
|
|
7c606fa67e
|
Export cgmath
|
2023-01-27 12:14:09 +01:00 |
|
|
0b44972394
|
Attempt to enforce repr(C) with safer_ffi
|
2023-01-27 12:07:41 +01:00 |
|
|
fe75b39d01
|
Require VertexInputDescription to be ReprC
|
2023-01-27 10:23:54 +01:00 |
|
|
a78f938273
|
Use const generics for shader module types
|
2023-01-27 10:12:59 +01:00 |
|
|
a36ba524ac
|
Assert check for correct sub pass index
|
2023-01-26 10:15:14 +01:00 |
|
|
12e888c7e5
|
Catch attachment input case in subpass
|
2023-01-26 10:13:22 +01:00 |
|
|
cab3d9e530
|
Fix input attachment for unit test
|
2023-01-22 18:05:58 +01:00 |
|
|
495892cfa8
|
Attempt to fix input attachment
|
2023-01-22 15:42:16 +01:00 |
|
|
a6004c0824
|
Add DescriptorWrite for InputAttachments
|
2023-01-22 09:12:56 +01:00 |
|
|
fd351960a7
|
Fix initial layout
|
2023-01-21 22:51:18 +01:00 |
|
|
52b2d5a06a
|
Improve sub pass
|
2023-01-21 22:47:40 +01:00 |
|
|
d33f89be02
|
Take old RenderTarget by reference
|
2023-01-21 17:00:41 +01:00 |
|
|
e4deefae99
|
Impl Default for AssetPath
|
2023-01-21 14:16:14 +01:00 |
|
|
a6403e743f
|
Add Clone to vertex input types
|
2023-01-21 14:12:30 +01:00 |
|
|
c9aed7518a
|
Instance::preinitialized tmp logging
|
2023-01-21 13:35:20 +01:00 |
|
|
f82fad411f
|
Make queue optional
|
2023-01-21 11:45:08 +01:00 |
|
|
358c3c5182
|
Add option to reuse renderpass in rendertarget
|
2023-01-21 11:11:48 +01:00 |
|
|
dca9ab20be
|
Remove RendetTarget from recorder due to lifetimes
|
2023-01-21 09:34:24 +01:00 |
|
|
419c044413
|
Check sub pass and create inheritance info
|
2023-01-21 09:27:56 +01:00 |
|
|
b1f4243ccf
|
Add check for usage flag when writing to file
|
2023-01-20 15:36:10 +01:00 |
|
|
b36a6ec96c
|
Force enable buffer device address
|
2023-01-20 15:30:40 +01:00 |
|
|
c8385997cd
|
Require device properties 2 in instance
|
2023-01-20 13:47:37 +01:00 |
|