Commit graph

82 commits

Author SHA1 Message Date
hodasemi b680b0e61c Remove logging 2023-02-20 09:08:31 +01:00
hodasemi 7901c3d9f0 Use impl_reprc macro 2023-02-01 14:32:30 +01:00
hodasemi a5c96a1e29 Fix assert check 2023-01-28 15:55:40 +01:00
hodasemi e62853ad61 Add default impl for bindings trait function 2023-01-27 22:13:35 +01:00
hodasemi 1a7e31e1d3 Impl From<u8> for ShaderType 2023-01-27 17:42:04 +01:00
hodasemi f49a7c299c Export ray tracing shader wrapper 2023-01-27 17:20:53 +01:00
hodasemi f324f2585f Use single source cgmath 2023-01-27 13:54:01 +01:00
hodasemi 44fd0993b5 Export cgmath crate 2023-01-27 13:41:19 +01:00
hodasemi 7c606fa67e Export cgmath 2023-01-27 12:14:09 +01:00
hodasemi 0b44972394 Attempt to enforce repr(C) with safer_ffi 2023-01-27 12:07:41 +01:00
hodasemi fe75b39d01 Require VertexInputDescription to be ReprC 2023-01-27 10:23:54 +01:00
hodasemi a78f938273 Use const generics for shader module types 2023-01-27 10:12:59 +01:00
hodasemi a36ba524ac Assert check for correct sub pass index 2023-01-26 10:15:14 +01:00
hodasemi 12e888c7e5 Catch attachment input case in subpass 2023-01-26 10:13:22 +01:00
hodasemi cab3d9e530 Fix input attachment for unit test 2023-01-22 18:05:58 +01:00
hodasemi 495892cfa8 Attempt to fix input attachment 2023-01-22 15:42:16 +01:00
hodasemi a6004c0824 Add DescriptorWrite for InputAttachments 2023-01-22 09:12:56 +01:00
hodasemi fd351960a7 Fix initial layout 2023-01-21 22:51:18 +01:00
hodasemi 52b2d5a06a Improve sub pass 2023-01-21 22:47:40 +01:00
hodasemi d33f89be02 Take old RenderTarget by reference 2023-01-21 17:00:41 +01:00
hodasemi c9aed7518a Instance::preinitialized tmp logging 2023-01-21 13:35:20 +01:00
hodasemi f82fad411f Make queue optional 2023-01-21 11:45:08 +01:00
hodasemi 358c3c5182 Add option to reuse renderpass in rendertarget 2023-01-21 11:11:48 +01:00
hodasemi dca9ab20be Remove RendetTarget from recorder due to lifetimes 2023-01-21 09:34:24 +01:00
hodasemi 419c044413 Check sub pass and create inheritance info 2023-01-21 09:27:56 +01:00
hodasemi b1f4243ccf Add check for usage flag when writing to file 2023-01-20 15:36:10 +01:00
hodasemi b36a6ec96c Force enable buffer device address 2023-01-20 15:30:40 +01:00
hodasemi c8385997cd Require device properties 2 in instance 2023-01-20 13:47:37 +01:00
hodasemi 69ec318579 Add to_file function for image 2023-01-20 13:30:36 +01:00
hodasemi 530f0d4e03 Add single submit wrapper 2023-01-20 07:24:54 +01:00
hodasemi f28a2184f7 Improve layout handling of Image 2023-01-18 11:41:46 +01:00
hodasemi 7070ff726b Initial commit 2023-01-14 13:03:01 +01:00