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

Method getAttachmentParameter

source/globjects/source/Framebuffer.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104GLint Framebuffer::getAttachmentParameter(const GLenum attachment, const GLenum pname) const
105{
106 return implementation().getAttachmentParameter(this, attachment, pname);
107}
108
109void Framebuffer::attachTexture(const GLenum attachment, Texture * texture, const GLint level)
110{

Callers 1

getParameterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected