<texture-3d-attachment> ( texture z-offset level -- texture-3d-attachment )


Vocabulary
gpu.framebuffers

Inputs
texturea texture-data-target
z-offsetan integer
levelan integer


Outputs
texture-3d-attachmenta texture-3d-attachment


Word description
Constructs a framebuffer-attachment to the z-offsetth plane of the levelth level of detail of three-dimensional texture texture.

Notes
User-created framebuffer objects require OpenGL 3.0 or one of the GL_ARB_framebuffer_object or GL_EXT_framebuffer_object extensions.

See also
texture-3d-attachment

Definition


: <texture-3d-attachment>
( texture z-offset level -- texture-3d-attachment )
\ texture-3d-attachment boa ; inline