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

draw_manager_testing.h « intern « draw « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 14a75d9fd03514392564a96a56b44c4ea1a58929 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* SPDX-License-Identifier: GPL-2.0-or-later
 * Copyright 2016 Blender Foundation. */

/** \file
 * \ingroup draw
 */

/* Internal API only for test cases. */

#pragma once

#include "GPU_shader.h"

#ifdef __cplusplus
extern "C" {
#endif

#ifdef WITH_OPENGL_DRAW_TESTS
void DRW_draw_state_init_gtests(eGPUShaderConfig sh_cfg);
#endif

#ifdef __cplusplus
}
#endif