Snapshot

Functions

int

HIC_Snapshot

int

HIC_Can_Snapshot

long

HIC_Driver_Snapshot_Texture

long

HIC_Driver_Snapshot_Depth_Texture

Detailed Description

group Snapshot

Function Documentation

int HIC_Snapshot(HIC_Rendition *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 *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.

long HIC_Driver_Snapshot_Texture(HIC_Rendition *nr, long id)
long HIC_Driver_Snapshot_Depth_Texture(HIC_Rendition *nr, long id)