C# Класс RenderingBase.RenderObjects.Buffers.Vao

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

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

Метод Описание
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

Защищенные методы

Метод Описание
this ( OtherVbo id ) : VboBase
this ( VboPosition id ) : VboBase

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

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

EnableAttrib() публичный Метод

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

EnableAttribI() публичный Метод

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

Vao() публичный Метод

public Vao ( ) : System
Результат System

this() защищенный Метод

protected this ( OtherVbo id ) : VboBase
id OtherVbo
Результат VboBase

this() защищенный Метод

protected this ( VboPosition id ) : VboBase
id VboPosition
Результат VboBase