Snapshot
Functions
int |
|
int |
|
HC_POINTER_SIZED_INT |
|
HC_POINTER_SIZED_INT |
Detailed Description
- group Snapshot
Function Documentation
-
int HIC_Snapshot(HIC_Rendition const *nr, int width, int height, unsigned char *data)
This function takes a snapshot whose dimensions are the passed in width and height parameters.
- Parameters:
nr – A pointer to a const HIC_Rendition.
width – An int.
height – An int.
data – A pointer to an unsigned char.
- Returns:
A boolean, true if snapshot was taken, otherwise false.
-
int HIC_Can_Snapshot(HIC_Rendition const *nr)
This function returns a boolean which is true if the driver supports snapshotting and false otherwise.
- Parameters:
nr – A pointer to a const HIC_Rendition.
- Returns:
A boolean.
-
HC_POINTER_SIZED_INT HIC_Driver_Snapshot_Texture(HIC_Rendition const *nr, HC_POINTER_SIZED_INT id)
-
HC_POINTER_SIZED_INT HIC_Driver_Snapshot_Depth_Texture(HIC_Rendition const *nr, HC_POINTER_SIZED_INT id)