|
Blender V4.5
|
#include <types_uint3.h>
Public Member Functions | |
| ccl_device_inline_method | packed_uint3 ()=default |
| ccl_device_inline_method | packed_uint3 (const uint px, const uint py, const uint pz) |
| ccl_device_inline_method | packed_uint3 (const uint3 &a) |
| ccl_device_inline_method | operator uint3 () const |
| ccl_device_inline_method packed_uint3 & | operator= (const uint3 &a) |
| __forceinline uint | operator[] (uint i) const |
| __forceinline uint & | operator[] (uint i) |
Public Attributes | |
| uint | x |
| uint | y |
| uint | z |
Definition at line 44 of file types_uint3.h.
|
default |
|
inline |
Definition at line 49 of file types_uint3.h.
|
inline |
Definition at line 52 of file types_uint3.h.
|
inline |
Definition at line 54 of file types_uint3.h.
References make_uint3(), x, y, and z.
|
inline |
|
inline |
Definition at line 74 of file types_uint3.h.
References util_assert, and x.
|
inline |
Definition at line 68 of file types_uint3.h.
References util_assert, and x.
| uint packed_uint3::x |
Definition at line 45 of file types_uint3.h.
Referenced by __anyhit__kernel_optix_local_hit(), operator uint3(), operator=(), operator[](), and operator[]().
| uint packed_uint3::y |
Definition at line 45 of file types_uint3.h.
Referenced by __anyhit__kernel_optix_local_hit(), operator uint3(), and operator=().
| uint packed_uint3::z |
Definition at line 45 of file types_uint3.h.
Referenced by __anyhit__kernel_optix_local_hit(), operator uint3(), and operator=().