Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/gpu/GPU_compute.h')
-rw-r--r--source/blender/gpu/GPU_compute.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/gpu/GPU_compute.h b/source/blender/gpu/GPU_compute.h
index 437b0223303..6dfd6f73ae8 100644
--- a/source/blender/gpu/GPU_compute.h
+++ b/source/blender/gpu/GPU_compute.h
@@ -9,6 +9,7 @@
#include "BLI_sys_types.h"
#include "GPU_shader.h"
+#include "GPU_storage_buffer.h"
#ifdef __cplusplus
extern "C" {
@@ -19,6 +20,8 @@ void GPU_compute_dispatch(GPUShader *shader,
uint groups_y_len,
uint groups_z_len);
+void GPU_compute_dispatch_indirect(GPUShader *shader, GPUStorageBuf *indirect_buf);
+
#ifdef __cplusplus
}
#endif