{ "name": "Scene View Infinite Grid", "passes": [ { "name": "InfiniteGrid", "tags": { "LightMode": "InfiniteGrid" }, "variants": [ { "stage": "Vertex", "backend": "D3D12", "language": "HLSL", "source": "infinite-grid.vs.hlsl", "entryPoint": "MainVS", "profile": "vs_5_0" }, { "stage": "Fragment", "backend": "D3D12", "language": "HLSL", "source": "infinite-grid.ps.hlsl", "entryPoint": "MainPS", "profile": "ps_5_0" } ] } ] }