Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

RDShaderSPIRV

Inherits: Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

PackedByteArray

bytecode_compute

PackedByteArray()

PackedByteArray

bytecode_fragment

PackedByteArray()

PackedByteArray

bytecode_tesselation_control

PackedByteArray()

PackedByteArray

bytecode_tesselation_evaluation

PackedByteArray()

PackedByteArray

bytecode_vertex

PackedByteArray()

String

compile_error_compute

""

String

compile_error_fragment

""

String

compile_error_tesselation_control

""

String

compile_error_tesselation_evaluation

""

String

compile_error_vertex

""

Methods

PackedByteArray

get_stage_bytecode ( ShaderStage stage ) const

String

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()

There is currently no description for this property. Please help us by contributing one!


PackedByteArray bytecode_fragment = PackedByteArray()

There is currently no description for this property. Please help us by contributing one!


PackedByteArray bytecode_tesselation_control = PackedByteArray()

There is currently no description for this property. Please help us by contributing one!


PackedByteArray bytecode_tesselation_evaluation = PackedByteArray()

There is currently no description for this property. Please help us by contributing one!


PackedByteArray bytecode_vertex = PackedByteArray()

There is currently no description for this property. Please help us by contributing one!


String compile_error_compute = ""

There is currently no description for this property. Please help us by contributing one!


String compile_error_fragment = ""

There is currently no description for this property. Please help us by contributing one!


String compile_error_tesselation_control = ""

There is currently no description for this property. Please help us by contributing one!


String compile_error_tesselation_evaluation = ""

There is currently no description for this property. Please help us by contributing one!


String compile_error_vertex = ""

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!