Blender V4.3
gpu_index_load_info.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2022 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
12
14 .push_constant(Type::BOOL, "gpu_index_no_buffer")
15 .push_constant(Type::BOOL, "gpu_index_16bit")
16 .push_constant(Type::INT, "gpu_index_base_index")
17 .storage_buf(
18 GPU_SSBO_INDEX_BUF_SLOT, Qualifier::READ, "uint", "gpu_index_buf[]", Frequency::GEOMETRY)
19 .define("GPU_INDEX_LOAD");
#define GPU_SHADER_CREATE_INFO(_info)
#define GPU_SSBO_INDEX_BUF_SLOT
Frequency::GEOMETRY gpu_index_load