aboutsummaryrefslogtreecommitdiff
path: root/KaplaDemo/samples/sampleViewer3/Render/MyShaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'KaplaDemo/samples/sampleViewer3/Render/MyShaders.h')
-rw-r--r--KaplaDemo/samples/sampleViewer3/Render/MyShaders.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/KaplaDemo/samples/sampleViewer3/Render/MyShaders.h b/KaplaDemo/samples/sampleViewer3/Render/MyShaders.h
new file mode 100644
index 00000000..55ad55c2
--- /dev/null
+++ b/KaplaDemo/samples/sampleViewer3/Render/MyShaders.h
@@ -0,0 +1,21 @@
+extern const char *particleVS,*particleVSNoKill;
+extern const char *particleSpherePS, *particleDebugPS, *particleDensityPS, *particleFoamPS, *particleFoamVS, *particleBubblePS;
+extern const char *particleSurfacePS, *particleThicknessPS;
+extern const char *mblurVS, *mblurGS, *mblurGSNoKill, *particleSprayPS;
+extern const char *passThruVS;
+extern const char *depthBlurPS , *depthBlur2DPS, *depthBlurSymPS, *displaySurfacePS, *displaySurfaceNewPS, *displaySurfaceChromePS, *displaySurfaceSolidPS;
+extern const char *depthBlurViewIDPS, *depthBlurViewIDNonSepPS;
+extern const char *textureRectPS, *dilatePS, *copyPS;
+
+// Nutt
+extern const char *depthToInitThicknessPS;
+extern const char *hfDepthPS, *hfDepthVS, *hfThicknessVS, *hfThicknessPS;
+extern const char *debugPS, *debugTriVS, *debugTriPS;
+extern const char *hfThicknessAddPS, *displaySurfaceNutPS, *particleDumbFoamVS, *particleDumbFoamGS, *particleDumbFoamPS, *displaySurfaceNutEscapePS, *displaySurfaceNutEscapeDiffusePS, *particleSprayUseFOMPS, *particleSprayGenFOMPS ;
+
+extern const char *texture2DPS;
+
+extern const char *particleSmokeUseFOMPS;
+
+extern const char *skyboxVS;
+extern const char *skyboxPS; \ No newline at end of file