Instance Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
language
The language the shader is written in.
RDShaderSource.swift:80final var language: RenderingDevice.ShaderLanguage { get set }
Other members in extension
Type members
Instance members
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.