gfm v3.0.3 (2015-09-02T09:30:55Z)
Home
Dub
Repo
GLFBOAttachment.attach
gfm
opengl
fbo
GLFBOAttachment
Attaches a 1D texture to the FBO.
void
attach
(GLTexture1D tex, int level)
class
GLFBOAttachment
void
attach
(
GLTexture1D
tex
,
int
level
= 0
)
void
attach
(GLTexture2D tex, int level)
void
attach
(GLTexture3D tex, int layer, int level)
void
attach
(GLTexture1DArray tex, int layer)
void
attach
(GLTexture2DArray tex, int layer)
void
attach
(GLTextureRectangle tex)
void
attach
(GLTexture2DMultisample tex)
void
attach
(GLTexture2DMultisampleArray tex, int layer)
void
attach
(GLRenderBuffer buffer)
Throws
OpenGLException
on error.
Meta
Source
See Implementation
gfm
opengl
fbo
GLFBOAttachment
functions
attach
Attaches a 1D texture to the FBO.