MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / glSamplerParameterfv

Function glSamplerParameterfv

GTE/Graphics/GL46/GL46.cpp:7844–7860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7842}
7843
7844void APIENTRY glSamplerParameterfv(GLuint sampler, GLenum pname, const GLfloat* param)
7845{
7846 if (sglSamplerParameterfv)
7847 {
7848 sglSamplerParameterfv(sampler, pname, param);
7849 ReportGLError("glSamplerParameterfv");
7850 }
7851 else
7852 {
7853 ReportGLNullFunction("glSamplerParameterfv");
7854 }
7855
7856#if defined(GTE_ENABLE_GLTRACE)
7857 gsTrace.Call("glSamplerParameterfv", "",
7858 sampler, gsTrace.GetName(pname), *param);
7859#endif
7860}
7861
7862void APIENTRY glSamplerParameterIiv(GLuint sampler, GLenum pname, const GLint* param)
7863{

Callers 1

GL46SamplerStateMethod · 0.85

Calls 4

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85
CallMethod · 0.80
GetNameMethod · 0.80

Tested by

no test coverage detected