C# Класс Axiom.RenderSystems.OpenGL.GLDepthBuffer

Наследование: DepthBuffer
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
GLContext GLContext

Открытые методы

Метод Описание
GLDepthBuffer ( PoolId poolId, GLRenderSystem renderSystem, GLContext creatorContext, GLRenderBuffer depth, GLRenderBuffer stencil, int width, int height, int fsaa, int multiSampleQuality, bool manual ) : System

Описание методов

GLDepthBuffer() публичный метод

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
Результат System

Описание свойств

GLContext публичное свойство

public GLContext,Axiom.RenderSystems.OpenGL GLContext
Результат GLContext