Files
OpenVulkano/openVulkanoCpp/Shader/Shaders.h
2021-10-12 00:54:11 +02:00

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[1044];
/* Contents of file background.vert.spv */
extern const long int background_vert_spv_size;
extern const unsigned char background_vert_spv[2844];
/* 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 basic.vert.spv */
extern const long int basic_vert_spv_size;
extern const unsigned char basic_vert_spv[2824];
/* Contents of file grid.frag.spv */
extern const long int grid_frag_spv_size;
extern const unsigned char grid_frag_spv[6440];
/* Contents of file grid.vert.spv */
extern const long int grid_vert_spv_size;
extern const unsigned char grid_vert_spv[3308];
/* Contents of file pointCloud.vert.spv */
extern const long int pointCloud_vert_spv_size;
extern const unsigned char pointCloud_vert_spv[2812];
/* 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 */