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

Function glSamplerParameterf

GTE/Graphics/GL46/GL46.cpp:7826–7842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7824}
7825
7826void APIENTRY glSamplerParameterf(GLuint sampler, GLenum pname, GLfloat param)
7827{
7828 if (sglSamplerParameterf)
7829 {
7830 sglSamplerParameterf(sampler, pname, param);
7831 ReportGLError("glSamplerParameterf");
7832 }
7833 else
7834 {
7835 ReportGLNullFunction("glSamplerParameterf");
7836 }
7837
7838#if defined(GTE_ENABLE_GLTRACE)
7839 gsTrace.Call("glSamplerParameterf", "",
7840 sampler, gsTrace.GetName(pname), param);
7841#endif
7842}
7843
7844void APIENTRY glSamplerParameterfv(GLuint sampler, GLenum pname, const GLfloat* param)
7845{

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