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.

RDShaderSource

Inherits: RefCounted < Object

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

Properties

ShaderLanguage

language

0

String

source_compute

""

String

source_fragment

""

String

source_tesselation_control

""

String

source_tesselation_evaluation

""

String

source_vertex

""

Methods

String

get_stage_source ( ShaderStage stage ) const

void

set_stage_source ( ShaderStage stage, String source )


Property Descriptions

ShaderLanguage language = 0

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


String source_compute = ""

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


String source_fragment = ""

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


String source_tesselation_control = ""

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


String source_tesselation_evaluation = ""

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


String source_vertex = ""

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


Method Descriptions

String get_stage_source ( ShaderStage stage ) const

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


void set_stage_source ( ShaderStage stage, String source )

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