Compute memory mapping. More...
#include <compute_memory_map.h>
Public Member Functions | |
Construction | |
ComputeMemoryMap () | |
Attributes | |
void * | data () |
Mapped memory pointer. More... | |
template<typename Type > | |
Type * | data () |
Mapped memory pointer. More... | |
size_t | size () const |
Size of mapped memory. More... | |
Operations | |
ComputeEvent | unmap () |
Unmaps the memory. More... | |
Implementation | |
class | ComputeCommandQueue |
Compute memory mapping.