164fb68386792e4f6f48ca4d5bb5d77ef1e8a983
This PR adds support for compute shaders to render graph. Only direct dispatch is supported. indirect dispatch will be added in a future PR. This change enables the next test cases to be supported when using render graphs - `GPUVulkanTest.push_constants*` - `GPUVulkanTest.shader_compute_*` - `GPUVulkanTest.buffer_texture` - `GPUVulkanTest.specialization_constants_compute` - `GPUVulkanTest.compute_direct` ``` [==========] 95 tests from 2 test suites ran. (24059 ms total) [ PASSED ] 95 tests. ``` Specialization constants are supported when using the render graph. This should conclude the conversion the prototype of the render graph. Pull Request: https://projects.blender.org/blender/blender/pulls/120963
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
