FrameBufferGetTexture Method |
Gets the texture associated with a particular framebuffer attachment.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Texture GetTexture(
int attachment = 0
)
Parameters
- attachment Int32 (Optional)
- The attachment index.
Return Value
TextureThe texture associated with the attachment.
See Also