MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut-Samples / Animate

Method Animate

examples/basic_triangle/basic_triangle.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 void Animate(float fElapsedTimeSeconds) override
71 {
72 GetDeviceManager()->SetInformativeWindowTitle(g_WindowTitle);
73 }
74
75 void Render(nvrhi::IFramebuffer* framebuffer) override
76 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected