| .. |
|
Include
|
58027f255c
Vulkan: Delay binding GPU parameters to ensure we get the latest version of the resources (e.g. resource writes can internally create new images/buffers, which would then incorrectly not be bound to the descriptor set, if that write was executed after a GPU param bind)
|
9 years ago |
|
Source
|
a954bdd6d4
Vulkan: (Potentially) more accurate access masks for external sub-pass dependencies
|
9 years ago |
|
CMakeLists.txt
|
b82e9e33bb
Improving build find module functions
|
9 years ago |
|
CMakeSources.cmake
|
c8b4aaf0fb
Separated constant GpuParams data into a GpuPipelineParamInfo object. Aside from being cleaner, it also gives Vulkan descriptor layouts a place to reside.
|
9 years ago |