Fove SDK  v1.1.0
Public Attributes | List of all members
Fove_Buffer Struct Reference

A generic memory buffer. More...

#include <FoveAPI.h>

Collaboration diagram for Fove_Buffer:
Collaboration graph
[legend]

Public Attributes

const void * data
 Pointer to the start of the memory buffer.
 
size_t length
 Length, in bytes, of the buffer.
 

Detailed Description

A generic memory buffer.

No ownership or lifetime semantics are specified. Please see the comments on the functions that use this.