template <typename Buffer>

class BufferAccessor

Defined at line 18 of file ../../src/graphics/magma/lib/magma_service/util/accessor.h

Utility classes such as AddressSpace and GpuMapping operate on Buffers,

but the type of buffer class used by particular drivers may vary.

The utilities are templated and use the Accessor classes defined here

to clarify the interfaces required.

Public Methods

magma::PlatformBuffer * platform_buffer (Buffer * buffer)

Defined at line 20 of file ../../src/graphics/magma/lib/magma_service/util/accessor.h