gfx_app 0.9.0

GFX example application framework
Documentation
1
2
3
4
5
@echo off
set FXC="%DXSDK_DIR%\Utilities\bin\x64\fxc.exe" -nologo
if not exist data mkdir data
%FXC% /T vs_4_0 /E Vertex /Fo data/vertex.fx shader/triangle.hlsl
%FXC% /T ps_4_0 /E Pixel /Fo data/pixel.fx shader/triangle.hlsl