Added vertex shader PNCTT and started implementation of DiffuseSampler2. (#43)

Added vertex shader PNCTT and implementation of DiffuseSampler2.
This commit is contained in:
horstche
2019-02-20 10:41:00 +01:00
committed by dexyfex
Unverified
parent 7fe0bef6bd
commit 3690b082bc
5 changed files with 90 additions and 7 deletions
@@ -22,6 +22,7 @@
<FxCompile Include="ShadowVS.hlsl" />
<FxCompile Include="ShadowPS.hlsl" />
<FxCompile Include="BasicVS_PNCT.hlsl" />
<FxCompile Include="BasicVS_PNCTT.hlsl" />
<FxCompile Include="BasicVS_PNCTX.hlsl" />
<FxCompile Include="BasicVS_PNCCT.hlsl" />
<FxCompile Include="BasicVS_PNCCTT.hlsl" />