Blender V5.0
KernelParamsMetal::uchar4 Struct Reference

#include <globals.h>

Public Member Functions

__forceinline uchar operator[] (int i) const
__forceinline ucharoperator[] (int i)

Public Attributes

uchar x
uchar y
uchar z
uchar w

Detailed Description

Definition at line 12 of file device/metal/globals.h.

Member Function Documentation

◆ operator[]() [1/2]

__forceinline uchar & KernelParamsMetal::uchar4::operator[] ( int i)
inline

Definition at line 23 of file device/metal/globals.h.

◆ operator[]() [2/2]

__forceinline uchar KernelParamsMetal::uchar4::operator[] ( int i) const
inline

Definition at line 16 of file device/metal/globals.h.

Member Data Documentation

◆ w

uchar KernelParamsMetal::uchar4::w

Definition at line 13 of file device/metal/globals.h.

◆ x

uchar KernelParamsMetal::uchar4::x

Definition at line 13 of file device/metal/globals.h.

◆ y

uchar KernelParamsMetal::uchar4::y

Definition at line 13 of file device/metal/globals.h.

◆ z

uchar KernelParamsMetal::uchar4::z

Definition at line 13 of file device/metal/globals.h.


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