glSamplerParameter, glGenSamplers, glDeleteSamplers, glSamplerParameter
Copyright 2010 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. http://opencontent.org/openpub/.
Page generated by adrdox
glGetSamplerParameter: man3/glGetSamplerParameter.xml
glGetSamplerParameter returns in params the value or values of the sampler parameter specified as pname. sampler defines the target sampler, and must be the name of an existing sampler object, returned from a previous call to glGenSamplers. pname accepts the same symbols as glSamplerParameter, with the same interpretations:
If an error is generated, no change is made to the contents of params. glGetSamplerParameter is available only if the GL version is 3.3 or higher.