|
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 kernel_assert, and kernel_array< T >::width.
| T* kernel_array< T >::data |
Definition at line 36 of file device/cpu/globals.h.
| int kernel_array< T >::width |
Definition at line 37 of file device/cpu/globals.h.
Referenced by kernel_array< T >::fetch().