Blender  V3.3
gpu_shader_create_info_private.hh
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2021 Blender Foundation. All rights reserved. */
3 
13 #pragma once
14 
15 #include "GPU_shader.h"
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
23 
25 
26 const GPUShaderCreateInfo *gpu_shader_create_info_get(const char *info_name);
27 
28 #ifdef __cplusplus
29 }
30 #endif
struct GPUShaderCreateInfo GPUShaderCreateInfo
Definition: GPU_shader.h:18
void gpu_shader_create_info_exit(void)
const GPUShaderCreateInfo * gpu_shader_create_info_get(const char *info_name)
bool gpu_shader_create_info_compile_all(void)
void gpu_shader_create_info_init(void)