This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/gpu/intern/gpu_private.h

21 lines
233 B
C++
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup gpu
*/
#pragma once
2020-07-25 18:10:43 +02:00
#ifdef __cplusplus
extern "C" {
#endif
/* gpu_pbvh.c */
void gpu_pbvh_init(void);
void gpu_pbvh_exit(void);
2020-07-25 18:10:43 +02:00
#ifdef __cplusplus
}
#endif