shaderLanguage

expect abstract val shaderLanguage: ShaderLanguage(source)

Represents a shader language used in graphical programming or rendering pipelines. This variable holds the specific type or version of the shader language being utilized. This variable plays a crucial role in identifying the type of shader syntax to use for compiling and running shaders.

actual abstract val shaderLanguage: ShaderLanguage(source)
actual abstract val shaderLanguage: ShaderLanguage(source)