Click or drag to resize

FrameBuffer(Attachment, Boolean) Constructor

Initializes a new instance of the FrameBuffer struct.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public FrameBuffer(
	Attachment[] attachments,
	bool destroyTextures = false
)

Parameters

attachments  Attachment
A set of attachments from which to build the frame buffer.
destroyTextures  Boolean  (Optional)
if set to true, attached textures will be destroyed when the frame buffer is destroyed.
See Also