Files
test/source/blender/draw/intern/draw_manager_testing.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
363 B
C
Raw Normal View History

/* 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