|
Blender V4.3
|
#include <globals.h>
Public Member Functions | |
| ccl_always_inline const T & | fetch (int index) const |
Public Attributes | |
| T * | data |
| int | width |
Definition at line 29 of file device/cpu/globals.h.
|
inline |
Definition at line 30 of file device/cpu/globals.h.
References ccl_always_inline, data, kernel_assert, T, and width.
| T* kernel_array< T >::data |
Definition at line 36 of file device/cpu/globals.h.
Referenced by fetch().
| int kernel_array< T >::width |
Definition at line 37 of file device/cpu/globals.h.
Referenced by fetch().