Blender  V3.3
Functions
gpu_shader_create_info_private.hh File Reference
#include "GPU_shader.h"

Go to the source code of this file.

Functions

void gpu_shader_create_info_init (void)
 
void gpu_shader_create_info_exit (void)
 
bool gpu_shader_create_info_compile_all (void)
 
const GPUShaderCreateInfogpu_shader_create_info_get (const char *info_name)
 

Detailed Description

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

Some rule of thumb:

Definition in file gpu_shader_create_info_private.hh.

Function Documentation

◆ gpu_shader_create_info_compile_all()

bool gpu_shader_create_info_compile_all ( void  )

◆ gpu_shader_create_info_exit()

void gpu_shader_create_info_exit ( void  )

◆ gpu_shader_create_info_get()

const GPUShaderCreateInfo* gpu_shader_create_info_get ( const char *  info_name)

◆ gpu_shader_create_info_init()

void gpu_shader_create_info_init ( void  )