C# Class Axiom.RenderSystems.OpenGL.GLDepthBuffer

Inheritance: DepthBuffer
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Свойство Type Description
GLContext GLContext

Méthodes publiques

Méthode Description
GLDepthBuffer ( PoolId poolId, GLRenderSystem renderSystem, GLContext creatorContext, GLRenderBuffer depth, GLRenderBuffer stencil, int width, int height, int fsaa, int multiSampleQuality, bool manual ) : System

Method Details

GLDepthBuffer() public méthode

public GLDepthBuffer ( PoolId poolId, GLRenderSystem renderSystem, GLContext creatorContext, GLRenderBuffer depth, GLRenderBuffer stencil, int width, int height, int fsaa, int multiSampleQuality, bool manual ) : System
poolId PoolId
renderSystem GLRenderSystem
creatorContext GLContext
depth GLRenderBuffer
stencil GLRenderBuffer
width int
height int
fsaa int
multiSampleQuality int
manual bool
Résultat System

Property Details

GLContext public_oe property

public GLContext,Axiom.RenderSystems.OpenGL GLContext
Résultat GLContext