Files
OpenVulkano/openVulkanoCpp/Shader/Shaders.h

44 lines
1.3 KiB
C

/* Generated by bin2c, do not edit manually */
#ifndef __Shaders_h_included
#define __Shaders_h_included
/* Contents of file background.frag.spv */
extern const long int background_frag_spv_size;
extern const unsigned char background_frag_spv[1076];
/* Contents of file background.vert.spv */
extern const long int background_vert_spv_size;
extern const unsigned char background_vert_spv[2980];
/* Contents of file basic.frag.spv */
extern const long int basic_frag_spv_size;
extern const unsigned char basic_frag_spv[376];
/* Contents of file basicTexture.frag.spv */
extern const long int basicTexture_frag_spv_size;
extern const unsigned char basicTexture_frag_spv[668];
/* Contents of file basic.vert.spv */
extern const long int basic_vert_spv_size;
extern const unsigned char basic_vert_spv[2972];
/* Contents of file grid.frag.spv */
extern const long int grid_frag_spv_size;
extern const unsigned char grid_frag_spv[6472];
/* Contents of file grid.vert.spv */
extern const long int grid_vert_spv_size;
extern const unsigned char grid_vert_spv[3340];
/* File table comprising original file name, address and size */
typedef struct {
const char *entryName;
const unsigned char *data;
long int size;
} TFileTableEntry;
extern const unsigned int fileTableSize;
extern const TFileTableEntry fileTable[];
#endif /* __Shaders_h_included */