C# Class CSPspEmu.Core.Gpu.Impl.Opengl.Modules.RenderbufferManager.DrawBufferValue

Inheritance: IDisposable
Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

Свойство Type Description
Binded bool
DrawBufferKey DrawBufferKey
RenderTarget CSharpPlatform.GL.Utils.GLRenderTarget
UnbindedEvent System.Threading.ManualResetEvent
Width int

Méthodes publiques

Méthode Description
Bind ( ) : void
Dispose ( ) : void
DrawBufferValue ( OpenglGpuImpl OpenglGpuImpl, DrawBufferKey DrawBufferKey ) : System
Unbind ( ) : void
WaitUnbinded ( ) : void

Private Methods

Méthode Description
Lock ( ) : void
Unlock ( ) : void
UpdateTextures ( int ScaleViewport ) : void
UpdateTextures_External ( int ScaleViewport ) : void
WaitUnlocked ( ) : void

Method Details

Bind() public méthode

public Bind ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DrawBufferValue() public méthode

public DrawBufferValue ( OpenglGpuImpl OpenglGpuImpl, DrawBufferKey DrawBufferKey ) : System
OpenglGpuImpl OpenglGpuImpl
DrawBufferKey DrawBufferKey
Résultat System

Unbind() public méthode

public Unbind ( ) : void
Résultat void

WaitUnbinded() public méthode

public WaitUnbinded ( ) : void
Résultat void

Property Details

Binded public_oe property

public bool Binded
Résultat bool

DrawBufferKey public_oe property

public DrawBufferKey,CSPspEmu.Core.Gpu.Impl.Opengl.Modules DrawBufferKey
Résultat DrawBufferKey

RenderTarget public_oe property

public GLRenderTarget,CSharpPlatform.GL.Utils RenderTarget
Résultat CSharpPlatform.GL.Utils.GLRenderTarget

UnbindedEvent public_oe property

public ManualResetEvent,System.Threading UnbindedEvent
Résultat System.Threading.ManualResetEvent

Width public_oe property

public int Width
Résultat int