mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 23:16:20 +02: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
|
|
};
|
|
|
|
}
|
|
|