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

Method glPointSize

GTE/Graphics/GL46/GL46.cpp:749–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

747}
748
749void gte::glPointSize(GLfloat size)
750{
751 ::glPointSize(size);
752 ReportGLError("glPointSize");
753
754#if defined(GTE_ENABLE_GLTRACE)
755 gsTrace.Call("glPointSize", "",
756 size);
757#endif
758}
759
760void gte::glPolygonMode(GLenum face, GLenum mode)
761{

Callers

nothing calls this directly

Calls 3

glPointSizeFunction · 0.85
ReportGLErrorFunction · 0.85
CallMethod · 0.80

Tested by

no test coverage detected