Blender
V5.0
intern
cycles
util
types_ushort4.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
2
*
3
* SPDX-License-Identifier: Apache-2.0 */
4
5
#pragma once
6
7
#include "
util/types_base.h
"
8
9
CCL_NAMESPACE_BEGIN
10
11
#ifndef __KERNEL_NATIVE_VECTOR_TYPES__
12
13
struct
ushort4
{
14
uint16_t
x
,
y
,
z
,
w
;
15
};
16
17
#endif
18
19
CCL_NAMESPACE_END
CCL_NAMESPACE_END
#define CCL_NAMESPACE_END
Definition
device/cuda/compat.h:10
CCL_NAMESPACE_BEGIN
Definition
python.cpp:37
ushort4
Definition
types_ushort4.h:13
ushort4::w
uint16_t w
Definition
types_ushort4.h:14
ushort4::y
uint16_t y
Definition
types_ushort4.h:14
ushort4::z
uint16_t z
Definition
types_ushort4.h:14
ushort4::x
uint16_t x
Definition
types_ushort4.h:14
types_base.h
Generated on
for Blender by
doxygen
1.16.1