|
HDK
|
#include "pxr/pxr.h"#include "pxr/imaging/hgi/api.h"#include "pxr/imaging/hgi/enums.h"#include "pxr/imaging/hgi/handle.h"#include "pxr/imaging/hgi/shaderFunction.h"#include "pxr/imaging/hgi/types.h"#include <vector>
Include dependency graph for shaderProgram.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | HgiShaderProgramDesc |
| class | HgiShaderProgram |
Typedefs | |
| using | HgiShaderProgramHandle = HgiHandle< class HgiShaderProgram > |
| using | HgiShaderProgramHandleVector = std::vector< HgiShaderProgramHandle > |
Functions | |
| HGI_API bool | operator== (const HgiShaderProgramDesc &lhs, const HgiShaderProgramDesc &rhs) |
| HGI_API bool | operator!= (const HgiShaderProgramDesc &lhs, const HgiShaderProgramDesc &rhs) |
Definition at line 116 of file shaderProgram.h.
| using HgiShaderProgramHandleVector = std::vector<HgiShaderProgramHandle> |
Definition at line 117 of file shaderProgram.h.
|
inline |
|
inline |