Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::BufferView Class Reference

Public Member Functions

 BufferView (void *bufferPtr, uint64_t size)
 
void * Get ()
 
const void * Get () const
 
template<typename T >
T * Get ()
 
template<typename T >
const T * Get () const
 
uint64_t GetSize () const
 

Protected Attributes

void * bufferPtr = nullptr
 
uint64_t size = 0
 

The documentation for this class was generated from the following file: