Blender  V3.3
gpu_private.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
7 #pragma once
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13 /* gpu_backend.cc */
14 
16 
17 /* gpu_pbvh.c */
18 
19 void gpu_pbvh_init(void);
20 void gpu_pbvh_exit(void);
21 
22 #ifdef __cplusplus
23 }
24 #endif
void gpu_pbvh_init(void)
Definition: gpu_buffers.c:137
void gpu_backend_delete_resources(void)
Definition: gpu_context.cc:261
void gpu_pbvh_exit(void)
Definition: gpu_buffers.c:141