Blender
V3.3
|
#include <DRW_gpu_wrapper.hh>
Public Member Functions | |
StorageBuffer (const char *name=nullptr) | |
StorageBuffer< T > & | operator= (const T &other) |
![]() | |
StorageCommon (const char *name=nullptr) | |
~StorageCommon () | |
void | push_update (void) |
operator GPUStorageBuf * () const | |
GPUStorageBuf ** | operator& () |
![]() | |
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 | |
![]() | |
BLI_STATIC_ASSERT (((sizeof(T) *len) % 16)==0, "Buffer size need to be aligned to size of float4.") | |
![]() | |
GPUStorageBuf * | ssbo_ |
const char * | name_ |
![]() | |
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.