Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Draw ( ) : void | ||
Draw ( int drawCount ) : void | ||
DrawInstanced ( int drawCount ) : void | ||
DrawInstancedClassic ( int drawCount, int meshVertexCount, int meshIndexCount ) : void | ||
Enable ( ) : void | ||
Enable ( IndexBufferI indexBuffer ) : void | ||
Enable ( IndexBufferI indexBuffer, VertexBufferI instanceBuffer ) : void | ||
Enable ( VertexBufferI instanceBuffer ) : void | ||
New ( DisposableI parent, BufferLayoutDescI bufferLayoutDesc, BufferUsages usage, VertexBufferTopologys topology, float vertices ) : |
||
New ( DisposableI parent, BufferLayoutDescI bufferLayoutDesc, BufferUsages usage, VertexBufferTopologys topology, float vertices, int indices ) : |
||
Update ( float vertices, int updateCount ) : void | ||
VertexBuffer ( DisposableI parent, BufferLayoutDescI bufferLayoutDesc, BufferUsages bufferUsage, VertexBufferTopologys vertexBufferTopology, float vertices ) : System | ||
VertexBuffer ( DisposableI parent, BufferLayoutDescI bufferLayoutDesc, BufferUsages bufferUsage, VertexBufferTopologys vertexBufferTopology, float vertices, int indices ) : System |
Method | Description | |
---|---|---|
enable ( IndexBufferI indexBuffer, VertexBufferI instanceBuffer ) : void | ||
init ( DisposableI parent, BufferLayoutDescI bufferLayoutDesc, BufferUsages bufferUsage, VertexBufferTopologys vertexBufferTopology, float vertices, int indices ) : void |
public DrawInstanced ( int drawCount ) : void | ||
drawCount | int | |
return | void |
public DrawInstancedClassic ( int drawCount, int meshVertexCount, int meshIndexCount ) : void | ||
drawCount | int | |
meshVertexCount | int | |
meshIndexCount | int | |
return | void |
public Enable ( IndexBufferI indexBuffer ) : void | ||
indexBuffer | IndexBufferI | |
return | void |
public Enable ( IndexBufferI indexBuffer, VertexBufferI instanceBuffer ) : void | ||
indexBuffer | IndexBufferI | |
instanceBuffer | VertexBufferI | |
return | void |
public Enable ( VertexBufferI instanceBuffer ) : void | ||
instanceBuffer | VertexBufferI | |
return | void |
public static New ( DisposableI parent, BufferLayoutDescI bufferLayoutDesc, BufferUsages usage, VertexBufferTopologys topology, float vertices ) : |
||
parent | DisposableI | |
bufferLayoutDesc | BufferLayoutDescI | |
usage | BufferUsages | |
topology | VertexBufferTopologys | |
vertices | float | |
return |
public static New ( DisposableI parent, BufferLayoutDescI bufferLayoutDesc, BufferUsages usage, VertexBufferTopologys topology, float vertices, int indices ) : |
||
parent | DisposableI | |
bufferLayoutDesc | BufferLayoutDescI | |
usage | BufferUsages | |
topology | VertexBufferTopologys | |
vertices | float | |
indices | int | |
return |
public Update ( float vertices, int updateCount ) : void | ||
vertices | float | |
updateCount | int | |
return | void |
public VertexBuffer ( DisposableI parent, BufferLayoutDescI bufferLayoutDesc, BufferUsages bufferUsage, VertexBufferTopologys vertexBufferTopology, float vertices ) : System | ||
parent | DisposableI | |
bufferLayoutDesc | BufferLayoutDescI | |
bufferUsage | BufferUsages | |
vertexBufferTopology | VertexBufferTopologys | |
vertices | float | |
return | System |
public VertexBuffer ( DisposableI parent, BufferLayoutDescI bufferLayoutDesc, BufferUsages bufferUsage, VertexBufferTopologys vertexBufferTopology, float vertices, int indices ) : System | ||
parent | DisposableI | |
bufferLayoutDesc | BufferLayoutDescI | |
bufferUsage | BufferUsages | |
vertexBufferTopology | VertexBufferTopologys | |
vertices | float | |
indices | int | |
return | System |