You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2026. It is now read-only.
Since what currently is depth prepass, it also generates position buffer and normal vector buffer.
I could turn the depth prepass to be GBuffer pass, while keeping the depth prepass. This way i can switch between deferred and forward rendering modes.
The g buffer where the images are can be stored in a single array image
Since what currently is depth prepass, it also generates position buffer and normal vector buffer.
I could turn the depth prepass to be GBuffer pass, while keeping the depth prepass. This way i can switch between deferred and forward rendering modes.
The g buffer where the images are can be stored in a single array image