vertexMainConstants

expect fun vertexMainConstants(instance: String = "gl_InstanceID", element: String = "0"): String(source)

This granule is used inside the main() function of vertex shaders to set up constants that are part of the shade style language.

actual fun vertexMainConstants(instance: String, element: String): String(source)

This granule is used inside the main() function of vertex shaders to set up constants that are part of the shade style language.

actual fun vertexMainConstants(instance: String, element: String): String(source)

This granule is used inside the main() function of vertex shaders to set up constants that are part of the shade style language.