Click or drag to resize

FrameBufferGetTexture Method

Gets the texture associated with a particular framebuffer attachment.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Texture GetTexture(
	int attachment = 0
)

Parameters

attachment (Optional)
Type: SystemInt32
The attachment index.

Return Value

Type: Texture
The texture associated with the attachment.
See Also