|
ngscopeclient v0.2.1
|
Data for a generic shader kernel that can be fused with others to form a complete compute pipeline. More...
#include <FusibleShader.h>
Public Member Functions | |
| FusibleShader (const std::string &shaderFile) | |
Public Attributes | |
| std::vector< PushConstantInfo > | m_pushConstants |
| Push constants we need for this shader. | |
| std::string | m_glslSource |
| GLSL source for the module. | |
Data for a generic shader kernel that can be fused with others to form a complete compute pipeline.