HoviTron Video Pipeline
Data Fields
Shader Class Reference

Class that represents SPIR-V shader. More...

#include <Shader.h>

Data Fields

char * source
 
size_t size
 
std::string name
 

Detailed Description

Class that represents SPIR-V shader.

Utilitary class that represents SPIR-V shader.

Definition at line 42 of file Shader.h.

Field Documentation

◆ name

std::string Shader::name

Name of the shader (used in debug)

Definition at line 50 of file Shader.h.

◆ size

size_t Shader::size

Size of the SPIR-V shader

Definition at line 47 of file Shader.h.

◆ source

char* Shader::source

Pointer to the content of the SPIR-V shader

Definition at line 45 of file Shader.h.


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