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.

RDShaderFile

Inherits: Resource < RefCounted < Object

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

Properties

String

base_error

""

Methods

RDShaderSPIRV

get_spirv ( StringName version=&"" ) const

PackedStringArray

get_version_list ( ) const

void

set_bytecode ( RDShaderSPIRV bytecode, StringName version=&"" )


Property Descriptions

String base_error = ""

  • void set_base_error ( String value )

  • String get_base_error ( )

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


Method Descriptions

RDShaderSPIRV get_spirv ( StringName version=&"" ) const

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


PackedStringArray get_version_list ( ) const

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


void set_bytecode ( RDShaderSPIRV bytecode, StringName version=&"" )

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