Method | Description | |
---|---|---|
Dispose ( ) : void | ||
IndexBuffer ( DisposableI parent, BufferUsages bufferUsage, int indices ) : System | ||
New ( DisposableI parent, BufferUsages usage, int indices ) : |
||
Update ( int indices, int updateCount ) : void |
Method | Description | |
---|---|---|
enable ( ) : void |
public IndexBuffer ( DisposableI parent, BufferUsages bufferUsage, int indices ) : System | ||
parent | DisposableI | |
bufferUsage | BufferUsages | |
indices | int | |
return | System |
public static New ( DisposableI parent, BufferUsages usage, int indices ) : |
||
parent | DisposableI | |
usage | BufferUsages | |
indices | int | |
return |
public Update ( int indices, int updateCount ) : void | ||
indices | int | |
updateCount | int | |
return | void |