heyx3 / Bplus.jl

A modern OpenGL 4.6 rendering framework, written in Julia.
Other
69 stars 3 forks source link

During GUI service rendering, force clip mode to lower-left corner, and depth range to (-1, +1). #59

Open heyx3 opened 1 year ago

heyx3 commented 1 year ago

In order to do this, we need to add glClipControl() support to GL.Context.

This would be done during the block of code labeled "Set up render state." in GUI.service_gui_end_frame()