Changeset View
Changeset View
Standalone View
Standalone View
source/blender/gpu/GPU_compute.h
- This file was copied to source/blender/editors/space_spreadsheet/spreadsheet_data_source.cc, source/blender/python/intern/bpy_rna_operator.h.
| Show All 14 Lines | |||||
| */ | */ | ||||
| /** \file | /** \file | ||||
| * \ingroup gpu | * \ingroup gpu | ||||
| */ | */ | ||||
| #pragma once | #pragma once | ||||
| #include "GPU_shader.h" | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| void GPU_compute_dispatch(int groups_x_len, int groups_y_len, int groups_z_len); | void GPU_compute_dispatch(GPUShader *shader, int groups_x_len, int groups_y_len, int groups_z_len); | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||