Property | Type | Description | |
---|---|---|---|
_buffer | |||
_currentLocking | BufferLocking | ||
_glInternalFormat | OpenTK.Graphics.ES11.All | ||
data | byte[] |
Method | Description | |
---|---|---|
BindToFramebuffer ( OpenTK.Graphics.ES11 attachment, int zOffset ) : void |
|
|
BlitFromMemory ( |
|
|
BlitToMemory ( |
|
|
ComputeLog ( int value ) : int |
|
|
GLESHardwarePixelBuffer ( int width, int height, int depth, PixelFormat format, BufferUsage usage ) : System |
Method | Description | |
---|---|---|
AllocateBuffer ( ) : void |
|
|
Download ( |
|
|
FreeBuffer ( ) : void |
|
|
LockImpl ( |
|
|
UnlockImpl ( ) : void |
|
|
Upload ( |
|
|
dispose ( bool disposeManagedResources ) : void |
Called to destroy this buffer.
|
public BindToFramebuffer ( OpenTK.Graphics.ES11 attachment, int zOffset ) : void | ||
attachment | OpenTK.Graphics.ES11 | |
zOffset | int | |
return | void |
public BlitFromMemory ( |
||
src | ||
dstBox | Media | |
return | void |
public BlitToMemory ( |
||
srcBox | ||
dst | ||
return | void |
protected Download ( |
||
data | ||
return | void |
public GLESHardwarePixelBuffer ( int width, int height, int depth, PixelFormat format, BufferUsage usage ) : System | ||
width | int | |
height | int | |
depth | int | |
format | PixelFormat | |
usage | BufferUsage | |
return | System |
protected LockImpl ( |
||
lockBox | ||
options | BufferLocking | |
return |
protected Upload ( |
||
data | ||
dest | ||
return | void |
protected dispose ( bool disposeManagedResources ) : void | ||
disposeManagedResources | bool | |
return | void |
protected All,OpenTK.Graphics.ES11 _glInternalFormat | ||
return | OpenTK.Graphics.ES11.All |