vkd3d/libs
Józef Kucia 0d28036d2a libs/vkd3d: Add UAV counter support for compute pipelines.
UAV counter descriptors are stored in a separate VkDescriptorSet.
A VkPipelineLayout created for compute pipeline is compatible for all
other descriptor sets with the VkPipelineLayout created for the root
signature. This ensures that only UAV counter bindings in the last
descriptor set may be disturbed when switching between pipelines with
compatible root signatures.

The implementation of vkd3d_popcount() is based on
https://graphics.stanford.edu/~seander/bithacks.html
2017-09-08 15:04:30 +02:00
..
vkd3d libs/vkd3d: Add UAV counter support for compute pipelines. 2017-09-08 15:04:30 +02:00
vkd3d-common libs/vkd3d: Support both native and Win32 wchar_t. 2017-08-29 16:36:05 +02:00
vkd3d-shader libs/vkd3d-shader: Always declare format for raw/structured image variables. 2017-09-07 17:48:43 +02:00
vkd3d-utils libs/vkd3d: Support both native and Win32 wchar_t. 2017-08-29 16:36:05 +02:00