- Aug 15, 2017
-
-
Józef Kucia authored
-
Józef Kucia authored
-
- Aug 11, 2017
-
-
Józef Kucia authored
-
Józef Kucia authored
Thanks to KHR_push_descriptor, we do not have to allocate descriptor sets for subsequent root descriptor parameters updates.
-
Józef Kucia authored
Required for VK_KHR_push_descriptor. Validation layers complain when required extensions are not enabled.
-
Józef Kucia authored
-
Józef Kucia authored
-
Józef Kucia authored
Root descriptors are going to be assigned to a separate descriptor set in order to be used with VK_KHR_push_descriptor.
-
Józef Kucia authored
-
Józef Kucia authored
-
Józef Kucia authored
-
Józef Kucia authored
-
Józef Kucia authored
-
Józef Kucia authored
-
Józef Kucia authored
-
Józef Kucia authored
-
- Aug 09, 2017
-
-
Józef Kucia authored
-
Józef Kucia authored
-
Józef Kucia authored
We do not use input attachments.
-
Józef Kucia authored
-
Józef Kucia authored
Avoids D3D12 Debug Layer warnings.
-
Józef Kucia authored
-
Sven Hesse authored
Put it into a local in GetCopyableFootprints() instead.
-
Sven Hesse authored
-
Sven Hesse authored
-
Sven Hesse authored
-
Sven Hesse authored
-
Sven Hesse authored
-
Sven Hesse authored
-
Sven Hesse authored
-
Sven Hesse authored
-
- Aug 08, 2017
-
-
Józef Kucia authored
-
Józef Kucia authored
-
Józef Kucia authored
-
Józef Kucia authored
Vulkan has different descriptor types for buffers and textures. Therefore, we do not know the exact Vulkan descriptor type for D3D12 SRV and UAV descriptors up front. This information can be extracted from shaders when creating PSOs but creating incompatible Vulkan descriptor set layouts for PSOs with the same root signature would introduce a lot of complexity. In order to preserve compatibility between resource bindings for PSOs with the same root signature we duplicate Vulkan descriptors for SRVs and UAVs (a buffer view and an image view descriptor). This strategy may be reasonable for small root signatures.
-
Józef Kucia authored
-
Józef Kucia authored
SRV and UAV root parameters are buffer views.
-
Józef Kucia authored
-
Józef Kucia authored
-
- Aug 07, 2017
-
-
Józef Kucia authored
-