MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / BindlessDeferred

Method BindlessDeferred

BindlessDeferred/BindlessDeferred.cpp:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74BindlessDeferred::BindlessDeferred() : App(L"Bindless Deferred Texturing")
75{
76 minFeatureLevel = D3D_FEATURE_LEVEL_12_0;
77 globalHelpText = "Bindless Deferred Texturing\n\n"
78 "Controls:\n\n"
79 "Use W/S/A/D/Q/E to move the camera, and hold right-click while dragging the mouse to rotate.";
80}
81
82void BindlessDeferred::BeforeReset()
83{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected