MCPcopy Create free account
hub / github.com/TomClabault/HIPRT-Path-Tracer / display

Method display

src/UI/DisplayView/DisplayViewSystem.cpp:185–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void DisplayViewSystem::display()
186{
187 TracyGpuZone("Display");
188
189 glBindFramebuffer(GL_FRAMEBUFFER, m_framebuffer);
190
191 // Binding an empty VAO here (empty because we're hardcoding our full-screen quad vertices
192 // in our vertex shader) because this is required on NVIDIA drivers
193 glBindVertexArray(m_vao);
194 glDrawArrays(GL_TRIANGLES, 0, 6);
195}
196
197DisplayViewType DisplayViewSystem::get_current_display_view_type()
198{

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected