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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Texture GetTexture(
	int attachment = 0
)

Parameters

attachment  Int32  (Optional)
The attachment index.

Return Value

Texture
The texture associated with the attachment.
See Also