![]() |
CUGL 4.0
Cornell University Game Library
|
This is the complete list of members for cugl::graphics::StorageBuffer, including all inherited members.
| alloc(size_t capacity, BufferAccess access=BufferAccess::COMPUTE_ALL) | cugl::graphics::StorageBuffer | inlinestatic |
| alloc(size_t capacity, Uint32 blocks, BufferAccess access=BufferAccess::COMPUTE_ALL) | cugl::graphics::StorageBuffer | inlinestatic |
| allocWithStride(size_t size, size_t stride, BufferAccess access=BufferAccess::DYNAMIC) | cugl::graphics::StorageBuffer | inlinestatic |
| allocWithStride(size_t size, size_t stride, Uint32 blocks, BufferAccess access=BufferAccess::DYNAMIC) | cugl::graphics::StorageBuffer | inlinestatic |
| dispose() | cugl::graphics::StorageBuffer | |
| flush() | cugl::graphics::StorageBuffer | |
| getAccess() const | cugl::graphics::StorageBuffer | inline |
| getBlockCount() const | cugl::graphics::StorageBuffer | inline |
| getBlockStride() const | cugl::graphics::StorageBuffer | inline |
| getCapacity() const | cugl::graphics::StorageBuffer | inline |
| getImplementation() | cugl::graphics::StorageBuffer | inline |
| getItemSize() const | cugl::graphics::StorageBuffer | inline |
| getName() const | cugl::graphics::StorageBuffer | inline |
| init(size_t capacity, BufferAccess access=BufferAccess::COMPUTE_ALL) | cugl::graphics::StorageBuffer | inline |
| init(size_t capacity, Uint32 blocks, BufferAccess access=BufferAccess::COMPUTE_ALL) | cugl::graphics::StorageBuffer | inline |
| initWithStride(size_t capacity, size_t stride, BufferAccess access=BufferAccess::DYNAMIC) | cugl::graphics::StorageBuffer | inline |
| initWithStride(size_t capacity, size_t stride, Uint32 blocks, BufferAccess access=BufferAccess::DYNAMIC) | cugl::graphics::StorageBuffer | |
| loadBlock(Uint32 block, const std::byte *data, size_t amt) | cugl::graphics::StorageBuffer | |
| loadBlock(Uint32 block, const T *data, size_t size) | cugl::graphics::StorageBuffer | inline |
| loadBlock(Uint32 block, const std::vector< T > &data) | cugl::graphics::StorageBuffer | inline |
| loadData(const std::byte *data, size_t amt) | cugl::graphics::StorageBuffer | |
| loadData(const T *data, size_t size) | cugl::graphics::StorageBuffer | inline |
| loadData(const std::vector< T > &data) | cugl::graphics::StorageBuffer | inline |
| readBlock(Uint32 block, std::byte *data, size_t amt) | cugl::graphics::StorageBuffer | |
| readBlock(Uint32 block, T *data, size_t amt) | cugl::graphics::StorageBuffer | inline |
| readBlock(Uint32 block, std::vector< T > &data) | cugl::graphics::StorageBuffer | inline |
| readData(std::byte *data, size_t size) | cugl::graphics::StorageBuffer | |
| readData(T *data, size_t size) | cugl::graphics::StorageBuffer | inline |
| readData(std::vector< T > &data) | cugl::graphics::StorageBuffer | inline |
| setName(std::string name) | cugl::graphics::StorageBuffer | inline |
| StorageBuffer() | cugl::graphics::StorageBuffer | |
| ~StorageBuffer() | cugl::graphics::StorageBuffer | inline |