Open Class Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
godotClassName
RDShaderSource.swift:15override class var godotClassName: StringName { get }
Overrides
Other members in extension
Instance members
var language: RenderingDevice.ShaderLanguage
The language the shader is written in.
var sourceCompute: String
Source code for the shader’s compute stage.
var sourceFragment: String
Source code for the shader’s fragment stage.
var sourceTesselationControl: String
Source code for the shader’s tessellation control stage.
var sourceTesselationEvaluation: String
Source code for the shader’s tessellation evaluation stage.
var sourceVertex: String
Source code for the shader’s vertex stage.