--- layout: stdlib-reference --- # attribute [maxvertexcount] ## Description Used on a geometry shader entry point to specify the maximum number of vertices that the geometry shader can output. ## Signature
[maxvertexcount(count : int)]
## Parameters #### count : int The maximum number of vertices that the geometry shader can output.