Blender V4.3
draw_manager_testing.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2016 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9/* Internal API only for test cases. */
10
11#pragma once
12
13#include "GPU_shader.hh"
14
15#ifdef WITH_GPU_DRAW_TESTS
16void DRW_draw_state_init_gtests(eGPUShaderConfig sh_cfg);
17#endif