Blender V4.3
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
14#pragma once
15
16#include "GPU_shader.hh"
17
20
21bool gpu_shader_create_info_compile(const char *name_starts_with_filter);
22
24const GPUShaderCreateInfo *gpu_shader_create_info_get(const char *info_name);
25
26void gpu_shader_create_info_get_unfinalized_copy(const char *info_name,
27 GPUShaderCreateInfo &r_info);
const GPUShaderCreateInfo * gpu_shader_create_info_get(const char *info_name)
void gpu_shader_create_info_exit()
bool gpu_shader_create_info_compile(const char *name_starts_with_filter)
void gpu_shader_create_info_init()
void gpu_shader_create_info_get_unfinalized_copy(const char *info_name, GPUShaderCreateInfo &r_info)