A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://pyopengl.sourceforge.net/documentation/manual-3.0/glGetSamplerParameter.html below:

PyOpenGL 3.1.0 GL Man Pages

return sampler parameter values Signature glGetSamplerParameter

(

)->

glGetSamplerParameterIiv

(

GLuint ( sampler ) , GLenum ( pname ) , GLint * ( params )

)-> void

glGetSamplerParameterIuiv

(

GLuint ( sampler ) , GLenum ( pname ) , GLuint * ( params )

)-> void

glGetSamplerParameterfv

(

GLuint ( sampler ) , GLenum ( pname ) , GLfloat * ( params )

)-> void

glGetSamplerParameteriv

(

GLuint ( sampler ) , GLenum ( pname ) , GLint * ( params )

)-> void

Parameters Variables Description sampler

Specifies name of the sampler object from which to retrieve parameters.

pname

Specifies the symbolic name of a sampler parameter. GL_TEXTURE_MAG_FILTER , GL_TEXTURE_MIN_FILTER , GL_TEXTURE_MIN_LOD , GL_TEXTURE_MAX_LOD , GL_TEXTURE_LOD_BIAS , GL_TEXTURE_WRAP_S , GL_TEXTURE_WRAP_T , GL_TEXTURE_WRAP_R , GL_TEXTURE_BORDER_COLOR , GL_TEXTURE_COMPARE_MODE , and GL_TEXTURE_COMPARE_FUNC are accepted.

params

Returns the sampler parameters.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4