C# Class RenderingBase.RenderObjects.Buffers.BasicFbo

Inheritance: Fbo
Mostrar archivo Open project: GoodAI/BrainSimulator

Public Methods

Method Description
BasicFbo ( RenderTargetManager textureManager, Vector2I size ) : System.Diagnostics
this ( FramebufferAttachment index ) : TextureBase

Method Details

BasicFbo() public method

public BasicFbo ( RenderTargetManager textureManager, Vector2I size ) : System.Diagnostics
textureManager RenderTargetManager
size Vector2I
return System.Diagnostics

this() public method

public this ( FramebufferAttachment index ) : TextureBase
index FramebufferAttachment
return TextureBase