Blender
V5.0
source
blender
gpu
intern
gpu_shader_create_info_private.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2021 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
13
14
#pragma once
15
16
#include "
GPU_shader.hh
"
17
18
void
gpu_shader_create_info_init
();
19
void
gpu_shader_create_info_exit
();
20
21
bool
gpu_shader_create_info_compile
(
const
char
*name_starts_with_filter);
22
27
const
GPUShaderCreateInfo *
gpu_shader_create_info_get
(
const
char
*info_name);
GPU_shader.hh
gpu_shader_create_info_get
const GPUShaderCreateInfo * gpu_shader_create_info_get(const char *info_name)
Definition
gpu_shader_create_info.cc:689
gpu_shader_create_info_exit
void gpu_shader_create_info_exit()
Definition
gpu_shader_create_info.cc:579
gpu_shader_create_info_compile
bool gpu_shader_create_info_compile(const char *name_starts_with_filter)
Definition
gpu_shader_create_info.cc:592
gpu_shader_create_info_init
void gpu_shader_create_info_init()
Definition
gpu_shader_create_info.cc:501
Generated on
for Blender by
doxygen
1.16.1