A structure used as an argument to DeviceBufferPool::MapBuffer.
More...
#include <DeviceBufferPool.h>
|
|
| BufferMapRequestTemplate (BufferClass &buffer, size_t byteOffset, size_t byteCount) |
| |
|
|
BufferClass * | m_buffer = nullptr |
| | The buffer instance to map for CPU access.
|
| |
|
size_t | m_byteOffset = 0 |
| | The number of bytes offset from the base of the buffer to map for access.
|
| |
|
size_t | m_byteCount = 0 |
| | The number of bytes beginning from the offset to map for access.
|
| |
template<typename BufferClass>
struct AZ::RHI::BufferMapRequestTemplate< BufferClass >
A structure used as an argument to DeviceBufferPool::MapBuffer.
The documentation for this struct was generated from the following file:
- Gems/Atom/RHI/Code/Include/Atom/RHI/DeviceBufferPool.h