Blender
V4.3
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
#ifndef __UTIL_TYPES_USHORT4_H__
6
#define __UTIL_TYPES_USHORT4_H__
7
8
#ifndef __UTIL_TYPES_H__
9
# error "Do not include this file directly, include util/types.h instead."
10
#endif
11
12
CCL_NAMESPACE_BEGIN
13
14
#ifndef __KERNEL_NATIVE_VECTOR_TYPES__
15
16
struct
ushort4
{
17
uint16_t
x
,
y
,
z
,
w
;
18
};
19
20
#endif
21
22
CCL_NAMESPACE_END
23
24
#endif
/* __UTIL_TYPES_USHORT4_H__ */
CCL_NAMESPACE_END
#define CCL_NAMESPACE_END
Definition
device/cuda/compat.h:10
CCL_NAMESPACE_BEGIN
Definition
python.cpp:44
uint16_t
unsigned short uint16_t
Definition
stdint.h:79
ushort4
Definition
types_ushort4.h:16
ushort4::w
uint16_t w
Definition
types_ushort4.h:17
ushort4::y
uint16_t y
Definition
types_ushort4.h:17
ushort4::z
uint16_t z
Definition
types_ushort4.h:17
ushort4::x
uint16_t x
Definition
types_ushort4.h:17
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0