Method | Description | |
---|---|---|
GLESHardwareIndexBuffer ( |
||
ReadData ( int offset, int length, |
|
|
WriteData ( int offset, int length, |
|
Method | Description | |
---|---|---|
LockImpl ( int offset, int length, BufferLocking locking ) : |
|
|
UnlockImpl ( ) : void |
|
|
UpdateFromShadow ( ) : void |
|
|
dispose ( bool disposeManagedResources ) : void |
|
public GLESHardwareIndexBuffer ( |
||
mgr | ||
idxType | IndexType | |
numIndexes | int | |
usage | BufferUsage | |
useShadowBuffer | bool | |
return | System |
protected LockImpl ( int offset, int length, BufferLocking locking ) : |
||
offset | int | |
length | int | |
locking | BufferLocking | |
return |
public ReadData ( int offset, int length, |
||
offset | int | |
length | int | |
dest | ||
return | void |
public WriteData ( int offset, int length, |
||
offset | int | |
length | int | |
src | ||
discardWholeBuffer | bool | |
return | void |
protected dispose ( bool disposeManagedResources ) : void | ||
disposeManagedResources | bool | |
return | void |