FrameBuffer Constructor (Attachment, Boolean) |
Namespace:
Internal.SharpBgfx
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public FrameBuffer(
Attachment[] attachments,
bool destroyTextures = false
)
Parameters
- attachments
- Type: Internal.SharpBgfxAttachment
A set of attachments from which to build the frame buffer. - destroyTextures (Optional)
- Type: SystemBoolean
if set to true, attached textures will be destroyed when the frame buffer is destroyed.
See Also