24 lines
658 B
C
24 lines
658 B
C
/* Generated by bin2c, do not edit manually */
|
|
#ifndef __Shaders_h_included
|
|
#define __Shaders_h_included
|
|
|
|
/* 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];
|
|
|
|
/* 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 */
|