C# 클래스 Reign.Video.OpenGL.IndexBuffer

상속: IIndexBuffer
파일 보기 프로젝트 열기: reignstudios/ReignSDK

공개 메소드들

메소드 설명
Dispose ( ) : void
IndexBuffer ( IDisposableResource parent, BufferUsages bufferUsage, int indices ) : System
Update ( int indices, int updateCount ) : void

비공개 메소드들

메소드 설명
enable ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IndexBuffer() 공개 메소드

public IndexBuffer ( IDisposableResource parent, BufferUsages bufferUsage, int indices ) : System
parent IDisposableResource
bufferUsage BufferUsages
indices int
리턴 System

Update() 공개 메소드

public Update ( int indices, int updateCount ) : void
indices int
updateCount int
리턴 void