Vulkan: Push constants #104880

Merged
Jeroen Bakker merged 73 commits from Jeroen-Bakker/blender:vulkan-push-constants into main 2023-03-06 12:29:06 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ad5ac6bdf7 - Show all commits

View File

@ -33,7 +33,7 @@ class VKShaderInterface : public ShaderInterface {
public:
/**
* When the push constants fallback is used, this name will be used in the GLSL source.
* GLSL resource name for the push constants fallback.
*/
static constexpr StringRefNull PUSH_CONSTANTS_FALLBACK_NAME = StringRefNull(
"push_constants_fallback", 23);