HDK
|
#include <glslProgram.h>
Public Types | |
typedef size_t | ID |
Public Member Functions | |
HDST_API | HdStGLSLProgram (TfToken const &role, HdStResourceRegistry *const registry) |
HDST_API | ~HdStGLSLProgram () |
HDST_API bool | CompileShader (HgiShaderStage stage, std::string const &source) |
Compile shader source for a shader stage. More... | |
HDST_API bool | Link () |
Link the compiled shaders together. More... | |
HDST_API bool | Validate () const |
Validate if this program is a valid progam in the current context. More... | |
HgiShaderProgramHandle const & | GetProgram () const |
Returns HdResource of the program object. More... | |
TfToken const & | GetRole () const |
Returns the role of the GPU data in this resource. More... | |
Static Public Member Functions | |
static HDST_API ID | ComputeHash (TfToken const &sourceFile) |
Returns the hash value of the program for sourceFile. More... | |
static HDST_API HdStGLSLProgramSharedPtr | GetComputeProgram (TfToken const &shaderToken, HdStResourceRegistry *resourceRegistry) |
Convenience method to get a shared compute shader program. More... | |
static HDST_API HdStGLSLProgramSharedPtr | GetComputeProgram (TfToken const &shaderFileName, TfToken const &shaderToken, HdStResourceRegistry *resourceRegistry) |
An instance of a glsl program.
Definition at line 45 of file glslProgram.h.
typedef size_t HdStGLSLProgram::ID |
Definition at line 48 of file glslProgram.h.
HDST_API HdStGLSLProgram::HdStGLSLProgram | ( | TfToken const & | role, |
HdStResourceRegistry *const | registry | ||
) |
HDST_API HdStGLSLProgram::~HdStGLSLProgram | ( | ) |
HDST_API bool HdStGLSLProgram::CompileShader | ( | HgiShaderStage | stage, |
std::string const & | source | ||
) |
Compile shader source for a shader stage.
Returns the hash value of the program for sourceFile.
|
static |
Convenience method to get a shared compute shader program.
|
static |
|
inline |
Returns HdResource of the program object.
Definition at line 72 of file glslProgram.h.
Returns the role of the GPU data in this resource.
Definition at line 87 of file glslProgram.h.
HDST_API bool HdStGLSLProgram::Link | ( | ) |
Link the compiled shaders together.
HDST_API bool HdStGLSLProgram::Validate | ( | ) | const |
Validate if this program is a valid progam in the current context.