mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
11 lines
122 B
C++
11 lines
122 B
C++
#include "ShaderEnums.h"
|
|
|
|
namespace shader {
|
|
|
|
uint32_t all_programs[] = {
|
|
@SHADER_PROGRAMS_ARRAY@
|
|
(uint32_t)-1
|
|
};
|
|
|
|
}
|
|
|