Class FramebufferConfiguration
- Namespace
- Bonsai.Shaders.Configuration
- Assembly
- Bonsai.Shaders.dll
Represents a configuration object specifying the framebuffer object used for render to texture shader passes.
public class FramebufferConfiguration
- Inheritance
-
FramebufferConfiguration
- Inherited Members
Properties
FramebufferAttachments
Gets the collection of configuration objects specifying the framebuffer attachment slots used to render the framebuffer.
public Collection<FramebufferAttachmentConfiguration> FramebufferAttachments { get; }