|
Blender V4.3
|
#include <DRW_gpu_wrapper.hh>
Inherits T, and blender::draw::detail::StorageCommon< T, 1, false >.
Public Member Functions | |
| StorageBuffer (const char *name=nullptr) | |
| StorageBuffer< T > & | operator= (const T &other) |
Public Member Functions inherited from blender::draw::detail::StorageCommon< T, 1, false > | |
| StorageCommon (const char *name=nullptr) | |
| ~StorageCommon () | |
| void | push_update () |
| void | clear_to_zero () |
| void | async_flush_to_host () |
| void | read () |
| operator GPUStorageBuf * () const | |
| GPUStorageBuf ** | operator& () |
Public Member Functions inherited from blender::draw::detail::DataBuffer< T, len, false > | |
| const T & | operator[] (int64_t index) const |
| T & | operator[] (int64_t index) |
| const T * | data () const |
| T * | data () |
| const T * | begin () const |
| T * | begin () |
| const T * | end () const |
| T * | end () |
| operator Span< T > () const | |
Static Public Member Functions | |
| static void | swap (StorageBuffer< T > &a, StorageBuffer< T > &b) |
Additional Inherited Members | |
Protected Member Functions inherited from blender::draw::detail::DataBuffer< T, len, false > | |
| BLI_STATIC_ASSERT (((sizeof(T) *len) % 16)==0, "Buffer size need to be aligned to size of float4.") | |
Protected Attributes inherited from blender::draw::detail::StorageCommon< T, 1, false > | |
| GPUStorageBuf * | ssbo_ |
| const char * | name_ |
Protected Attributes inherited from blender::draw::detail::DataBuffer< T, len, false > | |
| T * | data_ |
| int64_t | len_ |
Definition at line 498 of file DRW_gpu_wrapper.hh.
|
inline |
Definition at line 500 of file DRW_gpu_wrapper.hh.
|
inline |
Definition at line 506 of file DRW_gpu_wrapper.hh.
|
inlinestatic |
Definition at line 512 of file DRW_gpu_wrapper.hh.