Blender
V3.3
source
blender
gpu
opengl
gl_compute.cc
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
7
#include "
gl_compute.hh
"
8
9
#include "
gl_debug.hh
"
10
11
namespace
blender::gpu
{
12
13
void
GLCompute::dispatch
(
int
group_x_len,
int
group_y_len,
int
group_z_len)
14
{
15
GL_CHECK_RESOURCES
(
"Compute"
);
16
17
glDispatchCompute(group_x_len, group_y_len, group_z_len);
18
}
19
20
}
// namespace blender::gpu
blender::gpu::GLCompute::dispatch
static void dispatch(int group_x_len, int group_y_len, int group_z_len)
Definition:
gl_compute.cc:13
gl_compute.hh
gl_debug.hh
GL_CHECK_RESOURCES
#define GL_CHECK_RESOURCES(info)
Definition:
gl_debug.hh:67
blender::gpu
Definition:
gpu_backend.hh:15
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1