diff options
| author | git perforce import user <a@b> | 2016-10-25 12:29:14 -0600 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <Sheikh Dawood Abdul Ajees> | 2016-10-25 18:56:37 -0500 |
| commit | 3dfe2108cfab31ba3ee5527e217d0d8e99a51162 (patch) | |
| tree | fa6485c169e50d7415a651bf838f5bcd0fd3bfbd /KaplaDemo/samples/sampleViewer3/Render/MyShaders.h | |
| download | physx-3.4-3dfe2108cfab31ba3ee5527e217d0d8e99a51162.tar.xz physx-3.4-3dfe2108cfab31ba3ee5527e217d0d8e99a51162.zip | |
Initial commit:
PhysX 3.4.0 Update @ 21294896
APEX 1.4.0 Update @ 21275617
[CL 21300167]
Diffstat (limited to 'KaplaDemo/samples/sampleViewer3/Render/MyShaders.h')
| -rw-r--r-- | KaplaDemo/samples/sampleViewer3/Render/MyShaders.h | 21 |
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 |