|
20 | 20 | #include "depthtile1_vp.glsl.h" |
21 | 21 | #include "depthtile2_fp.glsl.h" |
22 | 22 | #include "depthtile2_vp.glsl.h" |
23 | | -#include "dispersion_C_fp.glsl.h" |
24 | | -#include "dispersion_C_vp.glsl.h" |
25 | 23 | #include "fogGlobal_fp.glsl.h" |
26 | 24 | #include "fogGlobal_vp.glsl.h" |
27 | 25 | #include "fogQuake3_fp.glsl.h" |
|
47 | 45 | #include "portal_vp.glsl.h" |
48 | 46 | #include "reflection_CB_fp.glsl.h" |
49 | 47 | #include "reflection_CB_vp.glsl.h" |
50 | | -#include "refraction_C_fp.glsl.h" |
51 | | -#include "refraction_C_vp.glsl.h" |
52 | 48 | #include "reliefMapping_fp.glsl.h" |
53 | 49 | #include "screen_fp.glsl.h" |
54 | 50 | #include "screen_vp.glsl.h" |
@@ -86,8 +82,6 @@ std::unordered_map<std::string, std::string> shadermap({ |
86 | 82 | { "depthtile1_vp.glsl", std::string(reinterpret_cast<const char*>(depthtile1_vp_glsl), sizeof(depthtile1_vp_glsl)) }, |
87 | 83 | { "depthtile2_fp.glsl", std::string(reinterpret_cast<const char*>(depthtile2_fp_glsl), sizeof(depthtile2_fp_glsl)) }, |
88 | 84 | { "depthtile2_vp.glsl", std::string(reinterpret_cast<const char*>(depthtile2_vp_glsl), sizeof(depthtile2_vp_glsl)) }, |
89 | | - { "dispersion_C_fp.glsl", std::string(reinterpret_cast<const char*>(dispersion_C_fp_glsl), sizeof(dispersion_C_fp_glsl)) }, |
90 | | - { "dispersion_C_vp.glsl", std::string(reinterpret_cast<const char*>(dispersion_C_vp_glsl), sizeof(dispersion_C_vp_glsl)) }, |
91 | 85 | { "fogGlobal_fp.glsl", std::string(reinterpret_cast<const char*>(fogGlobal_fp_glsl), sizeof(fogGlobal_fp_glsl)) }, |
92 | 86 | { "fogGlobal_vp.glsl", std::string(reinterpret_cast<const char*>(fogGlobal_vp_glsl), sizeof(fogGlobal_vp_glsl)) }, |
93 | 87 | { "fogQuake3_fp.glsl", std::string(reinterpret_cast<const char*>(fogQuake3_fp_glsl), sizeof(fogQuake3_fp_glsl)) }, |
@@ -116,8 +110,6 @@ std::unordered_map<std::string, std::string> shadermap({ |
116 | 110 | { "processSurfaces_cp.glsl", std::string( reinterpret_cast< const char* >( processSurfaces_cp_glsl ), sizeof( processSurfaces_cp_glsl ) ) }, |
117 | 111 | { "reflection_CB_fp.glsl", std::string(reinterpret_cast<const char*>(reflection_CB_fp_glsl), sizeof(reflection_CB_fp_glsl)) }, |
118 | 112 | { "reflection_CB_vp.glsl", std::string(reinterpret_cast<const char*>(reflection_CB_vp_glsl), sizeof(reflection_CB_vp_glsl)) }, |
119 | | - { "refraction_C_fp.glsl", std::string(reinterpret_cast<const char*>(refraction_C_fp_glsl), sizeof(refraction_C_fp_glsl)) }, |
120 | | - { "refraction_C_vp.glsl", std::string(reinterpret_cast<const char*>(refraction_C_vp_glsl), sizeof(refraction_C_vp_glsl)) }, |
121 | 113 | { "reliefMapping_fp.glsl", std::string(reinterpret_cast<const char*>(reliefMapping_fp_glsl), sizeof(reliefMapping_fp_glsl)) }, |
122 | 114 | { "screen_fp.glsl", std::string(reinterpret_cast<const char*>(screen_fp_glsl), sizeof(screen_fp_glsl)) }, |
123 | 115 | { "screen_vp.glsl", std::string(reinterpret_cast<const char*>(screen_vp_glsl), sizeof(screen_vp_glsl)) }, |
|
0 commit comments