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

상속: IIndexBuffer
파일 보기 프로젝트 열기: reignstudios/ReignSDK 1 사용 예제들

공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IndexBuffer() 공개 메소드

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

Update() 공개 메소드

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