Blender  V3.3
draw_manager_testing.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2016 Blender Foundation. */
3 
8 /* Internal API only for test cases. */
9 
10 #pragma once
11 
12 #include "GPU_shader.h"
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
18 #ifdef WITH_OPENGL_DRAW_TESTS
19 void DRW_draw_state_init_gtests(eGPUShaderConfig sh_cfg);
20 #endif
21 
22 #ifdef __cplusplus
23 }
24 #endif
eGPUShaderConfig
Definition: GPU_shader.h:364