glimpse-graphics
2.0.0-alpha.3
common
glimpse-core
/
graphics.glimpse.framebuffers
/
Framebuffer
/
Builder
/
attachTexture
attach
Texture
abstract
fun
attachTexture
(
type
:
FramebufferAttachmentType
,
texture
:
Texture
)
:
Framebuffer.Builder
Adds a
texture
image attachment.
Any previously added attachment of the given
type
is removed.