MCPcopy Create free account
hub / github.com/cginternals/globjects / setFormat

Method setFormat

source/globjects/source/VertexAttributeBinding.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void VertexAttributeBinding::setFormat(const GLint size, const GLenum type, const GLboolean normalized, const GLuint relativeoffset)
101{
102 attributeImplementation().setFormat(this, size, type, normalized, relativeoffset);
103}
104
105void VertexAttributeBinding::setIFormat(const GLint size, const GLenum type, const GLuint relativeoffset)
106{

Callers 11

initializeMethod · 0.45
WindowQtMethod · 0.45
initializeGLMethod · 0.45
initializeMethod · 0.45
initializeFunction · 0.45
initializeMethod · 0.45
initializeMethod · 0.45
initializeMethod · 0.45
initializeFunction · 0.45
IcosahedronMethod · 0.45
initializeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected