Skip to content

Commit

Permalink
Hello* samples launch cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
IngmarBitter committed May 26, 2020
1 parent f013680 commit 4ab798c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions samples/DirectX/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ public static unsafe class Program
// This sample shows you how to apply a Texture2D to triangle.
new HelloTexture12(1280, 720, "D3D12.HelloTexture"),
// This sample shows you how to use Bundles to draw a static triangle more efficiently.
// HelloBundles
new HelloBundles12(1280, 720, "D3D12.HelloBundles"),
// This sample shows you how to animate a triangle using a constant buffer.
new HelloConstBuffer12(1280, 720, "D3D12.HelloConstBuffer"),
// This sample shows you how to use fences and multiple allocators to queue up multiple frames to the GPU.
new HelloTexture12(1280, 720, "D3D12.HelloTexture"),
new HelloBundles12(1280, 720, "D3D12.HelloBundles"),
new HelloFrameBuffering12(1280, 720, "HelloFrameBuffering"),
};

Expand Down

0 comments on commit 4ab798c

Please sign in to comment.