C# Class RenderingBase.RenderObjects.Buffers.Fbo

Inheritance: IDisposable
Exibir arquivo Open project: GoodAI/BrainSimulator

Protected Properties

Property Type Description
AttachedTextures TextureBase>.Dictionary

Public Methods

Method Description
Bind ( FramebufferTarget target = FramebufferTarget.Framebuffer ) : void
Dispose ( ) : void

Protected Methods

Method Description
AttachTexture ( FramebufferAttachment attachmentTarget, TextureBase texture ) : void
Fbo ( ) : System

Method Details

AttachTexture() protected method

protected AttachTexture ( FramebufferAttachment attachmentTarget, TextureBase texture ) : void
attachmentTarget FramebufferAttachment
texture TextureBase
return void

Bind() public method

public Bind ( FramebufferTarget target = FramebufferTarget.Framebuffer ) : void
target FramebufferTarget
return void

Dispose() public method

public Dispose ( ) : void
return void

Fbo() protected method

protected Fbo ( ) : System
return System

Property Details

AttachedTextures protected_oe property

protected Dictionary AttachedTextures
return TextureBase>.Dictionary