MCPcopy Create free account
hub / github.com/Blakkis/PyGLMaze / end

Method end

pymaze/post_processing.py:126–131  ·  view source on GitHub ↗
(self, seconds, camera)

Source from the content-addressed store, hash-verified

124
125
126 def end(self, seconds, camera):
127 # Reset back to default buffer
128 glBindFramebuffer(GL_FRAMEBUFFER, 0)
129
130 # Render the fullscreen quad with the frame buffer attachments
131 self.renderQuad(seconds, camera)
132
133
134 def setExtraUniforms(self, shader, shader_type, seconds):

Callers

nothing calls this directly

Calls 1

renderQuadMethod · 0.95

Tested by

no test coverage detected