Class BufferObject
Inheritance
System.Object
BufferObject
Assembly: Aximo.Render.dll
Syntax
public abstract class BufferObject
Constructors
|
Improve this Doc
View Source
BufferObject()
Declaration
Fields
|
Improve this Doc
View Source
Target
Declaration
protected BufferTarget Target
Field Value
Type |
Description |
OpenToolkit.Graphics.OpenGL4.BufferTarget |
|
Properties
|
Improve this Doc
View Source
Handle
Declaration
public int Handle { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Size
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Bind()
Declaration
|
Improve this Doc
View Source
BindDefault()
Declaration
public void BindDefault()
|
Improve this Doc
View Source
Create()
Declaration
|
Improve this Doc
View Source
Free()
Declaration
|
Improve this Doc
View Source
SetData(BufferData)
Declaration
public void SetData(BufferData data)
Parameters