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

Method AttachedTexture

source/globjects/source/AttachedTexture.cpp:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15AttachedTexture::AttachedTexture(Framebuffer * fbo, const GLenum attachment, Texture * texture, GLint level, GLint layer)
16: FramebufferAttachment(fbo, attachment)
17, m_texture(texture)
18, m_level(level)
19, m_layer(layer)
20{
21}
22
23bool AttachedTexture::isTextureAttachment() const
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected