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

gpu_private.h « intern « gpu « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0e293302086ba9e500c6bc38346cfa993e435cfa (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 */

/** \file
 * \ingroup gpu
 */

#pragma once

#ifdef __cplusplus
extern "C" {
#endif

/* gpu_backend.cc */

void gpu_backend_delete_resources(void);

/* gpu_pbvh.c */

void gpu_pbvh_init(void);
void gpu_pbvh_exit(void);

#ifdef __cplusplus
}
#endif