Blender
V4.3
source
blender
gpu
opengl
gl_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
9
#pragma once
10
11
namespace
blender::gpu
{
12
13
class
GLCompute
{
14
public
:
15
static
void
dispatch
(
int
group_x_len,
int
group_y_len,
int
group_z_len);
16
};
17
18
}
// namespace blender::gpu
blender::gpu::GLCompute
Definition
gl_compute.hh:13
blender::gpu::GLCompute::dispatch
static void dispatch(int group_x_len, int group_y_len, int group_z_len)
Definition
gl_compute.cc:15
blender::gpu
Definition
blf_internal_types.hh:23
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0