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/glSamplerParameter.html below:

PyOpenGL 3.1.0 GL Man Pages

set sampler parameters Signature glSamplerParameterIiv

(

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

)-> void

glSamplerParameterIuiv

(

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

)-> void

glSamplerParameterf

(

GLuint ( sampler ) , GLenum ( pname ) , GLfloat ( param )

)-> void

glSamplerParameterfv

(

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

)-> void

glSamplerParameteri

(

GLuint ( sampler ) , GLenum ( pname ) , GLint ( param )

)-> void

glSamplerParameteriv

(

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

)-> void

Parameters Variables Description sampler

Specifies the sampler object whose parameter to modify.

pname

Specifies the symbolic name of a sampler parameter.

pname

can be one of the following:

GL_TEXTURE_WRAP_S

,

GL_TEXTURE_WRAP_T

,

GL_TEXTURE_WRAP_R

,

GL_TEXTURE_MIN_FILTER

,

GL_TEXTURE_MAG_FILTER

,

GL_TEXTURE_BORDER_COLOR

,

GL_TEXTURE_MIN_LOD

,

GL_TEXTURE_MAX_LOD

,

GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE

, or

GL_TEXTURE_COMPARE_FUNC

.

param

For the scalar commands, specifies the value of

pname

.

params

For the vector commands ( glSamplerParameter*v ), specifies a pointer to an array where the value or values of

pname

are stored.


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