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 public Texture GetTexture(
int attachment = 0
)
Parameters
- attachment (Optional)
- Type: SystemInt32
The attachment index.
Return Value
Type:
TextureThe texture associated with the attachment.
See Also