glCreateSamplers

create sampler objects

Signature

glCreateSamplers( GLsizei ( n ) , GLuint *( samplers ) )-> void
glCreateSamplers( n , samplers )

Parameters

VariablesDescription
n
Number of sampler objects to create.
samplers
Specifies an array in which names of the new sampler objects are stored.

Description

glCreateSamplers returns n previously unused sampler names in samplers , each representing a new sampler object initialized to the default state.

Errors

GL_INVALID_VALUE is generated if n is negative.

Version Support

glCreateSamplers

See Also

Copyright

Copyright
2014 Khronos Group. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. .