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

Method attachmentString

source/globjects/source/FramebufferAttachment.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43std::string FramebufferAttachment::attachmentString() const
44{
45 return glbinding::Meta::getString(m_attachment);
46}
47
48AttachedTexture * FramebufferAttachment::asTextureAttachment()
49{

Callers

nothing calls this directly

Calls 1

getStringFunction · 0.85

Tested by

no test coverage detected