struct
GpuProgramCreateInformation
Inherits:
IReflectable
Descriptor structure used for initialization of a GpuProgram.
Public
Methods
staticGetRttiStatic
static RTTIType *GetRttiStatic()
Fields
RequiresAdjacency
bool RequiresAdjacency
If true then adjacency information will be provided when rendering.
Bytecode
SPtr<GpuProgramBytecode> Bytecode
Optional intermediate version of the GPU program.
Can significantly speed up GPU program compilation/creation when supported by the render backend. Call render::GpuProgram::CompileBytecode to generate it.