C# 클래스 Axiom.RenderSystems.OpenGL.GLPBuffer

An off-screen rendering context. These contexts are always RGBA for simplicity, speed and convenience, but the component format is configurable.
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 메소드들

메소드 설명
GLPBuffer ( PixelComponentType format, int width, int height ) : System

GetPixelComponentType ( PixelFormat fmt ) : PixelComponentType

Get PBuffer component format for an OGRE pixel format.

메소드 상세

GLPBuffer() 공개 메소드

public GLPBuffer ( PixelComponentType format, int width, int height ) : System
format PixelComponentType
width int
height int
리턴 System

GetPixelComponentType() 공개 정적인 메소드

Get PBuffer component format for an OGRE pixel format.
public static GetPixelComponentType ( PixelFormat fmt ) : PixelComponentType
fmt PixelFormat
리턴 PixelComponentType