ShaderTool  0.1
Live tool for developing OpenGL shaders interactively
Data Fields
shader_state Struct Reference

#include <renderer.h>

Data Fields

unsigned int program
 
const char * filename
 
int wd
 

Detailed Description

Structure representing the state of a shader.

Field Documentation

◆ filename

const char* shader_state::filename

Shader file name.

◆ program

unsigned int shader_state::program

Shader program ID.

◆ wd

int shader_state::wd

inotify watch descriptor.


The documentation for this struct was generated from the following file: