diff options
Diffstat (limited to 'o3d/compiler/technique/test_data/noshader.fx')
-rw-r--r-- | o3d/compiler/technique/test_data/noshader.fx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/o3d/compiler/technique/test_data/noshader.fx b/o3d/compiler/technique/test_data/noshader.fx new file mode 100644 index 0000000..13a4924 --- /dev/null +++ b/o3d/compiler/technique/test_data/noshader.fx @@ -0,0 +1,8 @@ +technique t1 { + pass p0 { + ZEnable = true; + ZWriteEnable = true; + ZFunc = LessEqual; + CullMode = None; + } +} |