ngscopeclient v0.2.1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
FusibleShader Class Reference

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< PushConstantInfom_pushConstants
 Push constants we need for this shader.
 
std::string m_glslSource
 GLSL source for the module.
 

Detailed Description

Data for a generic shader kernel that can be fused with others to form a complete compute pipeline.


The documentation for this class was generated from the following file: