shaderConfiguration

expect abstract fun shaderConfiguration(type: ShaderType): String(source)

Configures and returns the appropriate shader settings based on the specified shader type.

Return

A string representing the configured shader settings for the given shader type.

Parameters

type

The type of shader for which the configuration is required.

actual abstract fun shaderConfiguration(type: ShaderType): String(source)
actual abstract fun shaderConfiguration(type: ShaderType): String(source)