Blender
V4.3
source
blender
gpu
GPU_compute.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
14
#pragma once
15
16
#include "
BLI_sys_types.h
"
17
18
#include "
GPU_shader.hh
"
19
#include "
GPU_storage_buffer.hh
"
20
26
void
GPU_compute_dispatch
(
GPUShader
*shader,
27
uint
groups_x_len,
28
uint
groups_y_len,
29
uint
groups_z_len);
30
48
void
GPU_compute_dispatch_indirect
(
GPUShader
*shader, GPUStorageBuf *indirect_buf);
BLI_sys_types.h
uint
unsigned int uint
Definition
BLI_sys_types.h:68
GPU_compute_dispatch
void GPU_compute_dispatch(GPUShader *shader, uint groups_x_len, uint groups_y_len, uint groups_z_len)
Definition
gpu_compute.cc:13
GPU_shader.hh
GPU_storage_buffer.hh
GPUShader
struct GPUShader GPUShader
Definition
blender/display_driver.h:21
GPU_compute_dispatch_indirect
void GPU_compute_dispatch_indirect(GPUShader *shader, GPUStorageBuf *indirect_buf_)
Definition
gpu_compute.cc:23
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0