Blender V5.0
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
10
11#ifndef __KERNEL_NATIVE_VECTOR_TYPES__
12
13struct ushort4 {
14 uint16_t x, y, z, w;
15};
16
17#endif
18
#define CCL_NAMESPACE_END
uint16_t w
uint16_t y
uint16_t z
uint16_t x