RDShaderSPIRV
Inherits: Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
get_stage_bytecode ( ShaderStage stage ) const |
|
get_stage_compile_error ( ShaderStage stage ) const |
|
void |
set_stage_bytecode ( ShaderStage stage, PackedByteArray bytecode ) |
void |
set_stage_compile_error ( ShaderStage stage, String compile_error ) |
Property Descriptions
PackedByteArray bytecode_compute = PackedByteArray()
void set_stage_bytecode ( ShaderStage stage, PackedByteArray bytecode )
PackedByteArray get_stage_bytecode ( ShaderStage stage ) const
There is currently no description for this property. Please help us by contributing one!
PackedByteArray bytecode_fragment = PackedByteArray()
void set_stage_bytecode ( ShaderStage stage, PackedByteArray bytecode )
PackedByteArray get_stage_bytecode ( ShaderStage stage ) const
There is currently no description for this property. Please help us by contributing one!
PackedByteArray bytecode_tesselation_control = PackedByteArray()
void set_stage_bytecode ( ShaderStage stage, PackedByteArray bytecode )
PackedByteArray get_stage_bytecode ( ShaderStage stage ) const
There is currently no description for this property. Please help us by contributing one!
PackedByteArray bytecode_tesselation_evaluation = PackedByteArray()
void set_stage_bytecode ( ShaderStage stage, PackedByteArray bytecode )
PackedByteArray get_stage_bytecode ( ShaderStage stage ) const
There is currently no description for this property. Please help us by contributing one!
PackedByteArray bytecode_vertex = PackedByteArray()
void set_stage_bytecode ( ShaderStage stage, PackedByteArray bytecode )
PackedByteArray get_stage_bytecode ( ShaderStage stage ) const
There is currently no description for this property. Please help us by contributing one!
String compile_error_compute = ""
void set_stage_compile_error ( ShaderStage stage, String compile_error )
String get_stage_compile_error ( ShaderStage stage ) const
There is currently no description for this property. Please help us by contributing one!
String compile_error_fragment = ""
void set_stage_compile_error ( ShaderStage stage, String compile_error )
String get_stage_compile_error ( ShaderStage stage ) const
There is currently no description for this property. Please help us by contributing one!
String compile_error_tesselation_control = ""
void set_stage_compile_error ( ShaderStage stage, String compile_error )
String get_stage_compile_error ( ShaderStage stage ) const
There is currently no description for this property. Please help us by contributing one!
String compile_error_tesselation_evaluation = ""
void set_stage_compile_error ( ShaderStage stage, String compile_error )
String get_stage_compile_error ( ShaderStage stage ) const
There is currently no description for this property. Please help us by contributing one!
String compile_error_vertex = ""
void set_stage_compile_error ( ShaderStage stage, String compile_error )
String get_stage_compile_error ( ShaderStage stage ) const
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
PackedByteArray get_stage_bytecode ( ShaderStage stage ) const
There is currently no description for this method. Please help us by contributing one!
String get_stage_compile_error ( ShaderStage stage ) const
There is currently no description for this method. Please help us by contributing one!
void set_stage_bytecode ( ShaderStage stage, PackedByteArray bytecode )
There is currently no description for this method. Please help us by contributing one!
void set_stage_compile_error ( ShaderStage stage, String compile_error )
There is currently no description for this method. Please help us by contributing one!