Blender V4.3
gpu_shader_create_info_private.hh File Reference
#include "GPU_shader.hh"

Go to the source code of this file.

Functions

void gpu_shader_create_info_init ()
 
void gpu_shader_create_info_exit ()
 
bool gpu_shader_create_info_compile (const char *name_starts_with_filter)
 
const GPUShaderCreateInfo * gpu_shader_create_info_get (const char *info_name)
 
void gpu_shader_create_info_get_unfinalized_copy (const char *info_name, GPUShaderCreateInfo &r_info)
 

Detailed Description

Descriptor type used to define shader structure, resources and interfaces.

Some rule of thumb:

  • Do not include anything else than this file in each descriptor file.

Definition in file gpu_shader_create_info_private.hh.

Function Documentation

◆ gpu_shader_create_info_compile()

◆ gpu_shader_create_info_exit()

◆ gpu_shader_create_info_get()

◆ gpu_shader_create_info_get_unfinalized_copy()

◆ gpu_shader_create_info_init()