Work in progress

Godot documentation is being updated to reflect the latest changes in version 4.0. Some documentation pages may still state outdated information. This banner will tell you if you're reading one of such pages.

The contents of this page are up to date. If you can still find outdated information, please open an issue.

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!