![]() |
MaterialX 1.39.5
|
Class representing a resource binding for Vulkan Glsl shader resources. More...
#include <VkResourceBindingContext.h>
Public Member Functions | |
| VkResourceBindingContext (size_t uniformBindingLocation) | |
| void | initialize () override |
| void | emitDirectives (GenContext &context, ShaderStage &stage) override |
| void | emitResourceBindings (GenContext &context, const VariableBlock &uniforms, ShaderStage &stage) override |
| void | emitStructuredResourceBindings (GenContext &context, const VariableBlock &uniforms, ShaderStage &stage, const std::string &structInstanceName, const std::string &arraySuffix) override |
Static Public Member Functions | |
| static VkResourceBindingContextPtr | create (size_t uniformBindingLocation=0) |
Protected Attributes | |
| size_t | _hwUniformBindLocation = 0 |
| size_t | _hwInitUniformBindLocation = 0 |
Class representing a resource binding for Vulkan Glsl shader resources.