Handbook
Glossary
allocate-framebuffer-attachment ( framebuffer-attachment dim -- )
Vocabulary
gpu
.
framebuffers
.
private
Inputs
framebuffer-attachment
an
object
dim
an
object
Outputs
None
Definition
IN:
gpu.framebuffers.private
GENERIC#:
allocate-framebuffer-attachment
1
( framebuffer-attachment dim -- )
Methods
USING:
gpu.framebuffers
gpu.framebuffers.private
;
M:
renderbuffer
allocate-framebuffer-attachment
allocate-renderbuffer
;
USING:
accessors
gpu.framebuffers
gpu.framebuffers.private
gpu.textures
kernel
;
M:
texture-attachment
allocate-framebuffer-attachment
[
[
texture>>
]
[
level>>
]
bi
]
dip
f
allocate-texture
;