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

Method getParameter

source/globjects/source/FramebufferAttachment.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28GLint FramebufferAttachment::getParameter(GLenum pname) const
29{
30 return m_fbo->getAttachmentParameter(m_attachment, pname);
31}
32
33bool FramebufferAttachment::isTextureAttachment() const
34{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected