C# Class RenderingBase.RenderObjects.Buffers.Vao

Inheritance: IDisposable
ファイルを表示 Open project: GoodAI/BrainSimulator

Public Methods

Method Description
Dispose ( ) : void
EnableAttrib ( VboPosition id, int attribArrayIdx = -1, VertexAttribPointerType type = VertexAttribPointerType.Float, bool normalized = false, int stride, int offset ) : void
EnableAttribI ( VboPosition id, int attribArrayIdx = -1, VertexAttribIntegerType type = VertexAttribIntegerType.Int, int stride, int offset ) : void
Vao ( ) : System

Protected Methods

Method Description
this ( OtherVbo id ) : VboBase
this ( VboPosition id ) : VboBase

Method Details

Dispose() public method

public Dispose ( ) : void
return void

EnableAttrib() public method

public EnableAttrib ( VboPosition id, int attribArrayIdx = -1, VertexAttribPointerType type = VertexAttribPointerType.Float, bool normalized = false, int stride, int offset ) : void
id VboPosition
attribArrayIdx int
type VertexAttribPointerType
normalized bool
stride int
offset int
return void

EnableAttribI() public method

public EnableAttribI ( VboPosition id, int attribArrayIdx = -1, VertexAttribIntegerType type = VertexAttribIntegerType.Int, int stride, int offset ) : void
id VboPosition
attribArrayIdx int
type VertexAttribIntegerType
stride int
offset int
return void

Vao() public method

public Vao ( ) : System
return System

this() protected method

protected this ( OtherVbo id ) : VboBase
id OtherVbo
return VboBase

this() protected method

protected this ( VboPosition id ) : VboBase
id VboPosition
return VboBase