From 3dfe2108cfab31ba3ee5527e217d0d8e99a51162 Mon Sep 17 00:00:00 2001 From: git perforce import user Date: Tue, 25 Oct 2016 12:29:14 -0600 Subject: Initial commit: PhysX 3.4.0 Update @ 21294896 APEX 1.4.0 Update @ 21275617 [CL 21300167] --- KaplaDemo/samples/sampleViewer3/Render/MyShaders.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 KaplaDemo/samples/sampleViewer3/Render/MyShaders.h (limited to 'KaplaDemo/samples/sampleViewer3/Render/MyShaders.h') 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 -- cgit v1.2.3