Blender V4.3
gpu_shader_builder.cc File Reference
#include <iostream>
#include "GHOST_C-api.h"
#include "GPU_context.hh"
#include "GPU_init_exit.hh"
#include "gpu_shader_create_info_private.hh"
#include "BLI_string_ref.hh"
#include "BLI_vector.hh"
#include "CLG_log.h"

Go to the source code of this file.

Classes

class  blender::gpu::shader_builder::ShaderBuilder
 

Namespaces

namespace  blender
 
namespace  blender::gpu
 
namespace  blender::gpu::shader_builder
 

Functions

int main (int argc, const char *argv[])
 Entry point for the shader_builder.
 

Detailed Description

Compile time automation of shader compilation and validation.

Definition in file gpu_shader_builder.cc.

Function Documentation

◆ main()