OSVR-Core
|
Header. More...
#include <osvr/ClientKit/Export.h>
#include <osvr/Util/APIBaseC.h>
#include <osvr/Util/ReturnCodesC.h>
#include <osvr/Util/ClientOpaqueTypesC.h>
#include <osvr/Util/ImagingReportTypesC.h>
Go to the source code of this file.
Functions | |
OSVR_EXTERN_C_BEGIN OSVR_CLIENTKIT_EXPORT OSVR_ReturnCode | osvrClientFreeImage (OSVR_ClientContext ctx, OSVR_ImageBufferElement *buf) |
Free an image buffer returned from a callback. More... | |
Header.
Must be c-safe!
OSVR_EXTERN_C_BEGIN OSVR_CLIENTKIT_EXPORT OSVR_ReturnCode osvrClientFreeImage | ( | OSVR_ClientContext | ctx, |
OSVR_ImageBufferElement * | buf | ||
) |
Free an image buffer returned from a callback.
ctx | Client context. |
buf | Image buffer. |