RenderTarget
Functions
Link copied to clipboard
abstract fun attach(colorBuffer: ColorBuffer, level: Int = 0, name: String? = null, ownedByRenderTarget: Boolean = false)
abstract fun attach(arrayCubemap: ArrayCubemap, side: CubemapSide, layer: Int, level: Int = 0, name: String? = null)
Link copied to clipboard
Link copied to clipboard
Binds the RenderTarget to the active target.
Link copied to clipboard
Clear a color attachment.
Link copied to clipboard
Clear the depth attachment.
Link copied to clipboard
Find ColorAttachment by name.
Link copied to clipboard
Find the index of a ColorAttachment by name.
Link copied to clipboard
Get a color attachment as a ColorBuffer.
Link copied to clipboard
Destroy the RenderTarget.
Link copied to clipboard
Detach all color attachments.
Link copied to clipboard
Detach the depthBuffer.
Link copied to clipboard
Link copied to clipboard
Unbinds the RenderTarget from the active target.
Properties
Link copied to clipboard
List of ColorAttachments.
Link copied to clipboard
Content scaling factor.
Link copied to clipboard
Link copied to clipboard
Effective height in pixels.
Link copied to clipboard
Effective width in pixels.
Link copied to clipboard
Indicates if this RenderTarget has at least one ColorAttachment.
Link copied to clipboard
Indicates if this RenderTarget has a DepthBuffer with depth component
Link copied to clipboard
Indicates if this RenderTarget has a DepthBuffer with stencil index
Link copied to clipboard
Multisampling mode.
Link copied to clipboard
Effective height in pixels.
Link copied to clipboard
Effective width in pixels.