Blender  V3.3
Public Member Functions | Public Attributes | List of all members
uint4 Struct Reference

#include <types_uint4.h>

Public Member Functions

__forceinline uint operator[] (uint i) const
 
__forceinline uintoperator[] (uint i)
 

Public Attributes

uint x
 
uint y
 
uint z
 
uint w
 

Detailed Description

Definition at line 14 of file types_uint4.h.

Member Function Documentation

◆ operator[]() [1/2]

__forceinline uint & uint4::operator[] ( uint  i)

Definition at line 20 of file types_uint4_impl.h.

References util_assert, and x.

◆ operator[]() [2/2]

CCL_NAMESPACE_BEGIN __forceinline uint uint4::operator[] ( uint  i) const

Definition at line 14 of file types_uint4_impl.h.

References util_assert, and x.

Member Data Documentation

◆ w

uint uint4::w

◆ x

uint uint4::x

◆ y

uint uint4::y

◆ z

uint uint4::z

The documentation for this struct was generated from the following files: