|
Blender
V3.3
|
#include <DRW_gpu_wrapper.hh>
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) |
| 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 | |
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 356 of file DRW_gpu_wrapper.hh.
|
inline |
Definition at line 358 of file DRW_gpu_wrapper.hh.
References T.
|
inline |
Definition at line 364 of file DRW_gpu_wrapper.hh.
References T.