OSVR Framework (Internal Development Docs)  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ImagingC.h File Reference

Header. More...

Go to the source code of this file.

Functions

OSVR_EXTERN_C_BEGIN OSVR_ReturnCode osvrClientFreeImage (OSVR_ClientContext ctx, OSVR_ImageBufferElement *buf)
 Free an image buffer returned from a callback. More...
 

Detailed Description

Header.

Must be c-safe!

Date
2015
Author
Sensics, Inc. http://sensics.com/osvr

Definition in file ImagingC.h.

Function Documentation

OSVR_EXTERN_C_BEGIN OSVR_ReturnCode osvrClientFreeImage ( OSVR_ClientContext  ctx,
OSVR_ImageBufferElement buf 
)

Free an image buffer returned from a callback.

Parameters
ctxClient context.
bufImage buffer.

Definition at line 35 of file ImagingC.cpp.