glCreateShader

actual fun glCreateShader(shaderType: ShaderType): Int

Creates a shader of a given shaderType and returns its handle.

expect fun glCreateShader(shaderType: ShaderType): Int

Creates a shader of a given shaderType and returns its handle.

actual fun glCreateShader(shaderType: ShaderType): Int

Creates a shader of a given shaderType and returns its handle.