36#ifndef FusibleShader_h
37#define FusibleShader_h
Definition AcceleratorBuffer.h:204
Data for a generic shader kernel that can be fused with others to form a complete compute pipeline.
Definition FusibleShader.h:55
std::vector< PushConstantInfo > m_pushConstants
Push constants we need for this shader.
Definition FusibleShader.h:61
std::string m_glslSource
GLSL source for the module.
Definition FusibleShader.h:64
Definition FusibleShader.h:40