Blender
V3.3
source
blender
gpu
intern
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
21
void
gpu_shader_create_info_init
(
void
);
22
void
gpu_shader_create_info_exit
(
void
);
23
24
bool
gpu_shader_create_info_compile_all
(
void
);
25
26
const
GPUShaderCreateInfo
*
gpu_shader_create_info_get
(
const
char
*info_name);
27
28
#ifdef __cplusplus
29
}
30
#endif
GPU_shader.h
GPUShaderCreateInfo
struct GPUShaderCreateInfo GPUShaderCreateInfo
Definition:
GPU_shader.h:18
gpu_shader_create_info_exit
void gpu_shader_create_info_exit(void)
Definition:
gpu_shader_create_info.cc:316
gpu_shader_create_info_get
const GPUShaderCreateInfo * gpu_shader_create_info_get(const char *info_name)
Definition:
gpu_shader_create_info.cc:408
gpu_shader_create_info_compile_all
bool gpu_shader_create_info_compile_all(void)
Definition:
gpu_shader_create_info.cc:329
gpu_shader_create_info_init
void gpu_shader_create_info_init(void)
Definition:
gpu_shader_create_info.cc:269
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1