gl_InstanceID.3G - Man Page

contains the index of the current primitive in an instanced draw command

Declaration

in int gl_InstanceID ;.SH "DESCRIPTION"

gl_InstanceID is a vertex language input variable that holds the integer index of the current primitive in an instanced draw command such as glDrawArraysInstanced. If the current primitive does not originate from an instanced draw command, the value of gl_InstanceID is zero.

Version Support

OpenGL Shading Language Version
Variable Name1.101.201.301.401.503.304.004.104.204.304.404.50
gl_InstanceID---

See Also

gl_VertexID()

Referenced By

gl_InvocationID.3G(3), gl_PrimitiveID.3G(3), gl_PrimitiveIDIn.3G(3), gl_VertexID.3G(3).

01/24/2024