OSVR-Core
|
Header. More...
#include <osvr/Util/AlignedMemory.h>
#include <osvr/Util/UniquePtr.h>
#include <osvr/Util/ImagingReportTypesC.h>
Go to the source code of this file.
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::util | |
The Util library: Functionality not necessarily coupled to any particular core library, serving more as a common base layer behind all systems. | |
Typedefs | |
using | osvr::util::AlignedPtr = unique_ptr< void, AlignedAllocDeleter > |
using | osvr::util::AlignedImageBufferPtr = unique_ptr< OSVR_ImageBufferElement, AlignedAllocDeleter > |
Functions | |
AlignedPtr | osvr::util::makeAlignedBuffer (size_t bytes, size_t alignment=OSVR_DEFAULT_ALIGN_SIZE) |
AlignedImageBufferPtr | osvr::util::makeAlignedImageBuffer (size_t bytes, size_t alignment=OSVR_DEFAULT_ALIGN_SIZE) |
Header.