glCreateSamplers

glCreateSamplers: man4/glCreateSamplers.xml

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

@OpenGL_Version(OGLIntroducedIn.V4P5)
@OpenGL_Extension("GL_ARB_direct_state_access")
fn_glCreateSamplers glCreateSamplers;

See Also

glBindSampler, glBindTexture, glDeleteSamplers, glDeleteTextures, glGenSamplers, glGenTextures, glGet, glGetSamplerParameter, glSamplerParameter

Meta