Application prototype #14

Merged
glen merged 101 commits from app-proto into main 2024-10-21 23:38:28 +00:00
Showing only changes of commit 8fde202911 - Show all commits

View File

@ -136,7 +136,6 @@ void main() {
// cast rays through the spheres // cast rays through the spheres
const int SPHERE_MAX_INTERNAL = 6; const int SPHERE_MAX_INTERNAL = 6;
vec2 depth_pairs [SPHERE_MAX_INTERNAL];
taggedFrag frags [2*SPHERE_MAX_INTERNAL]; taggedFrag frags [2*SPHERE_MAX_INTERNAL];
int layer_cnt = 0; int layer_cnt = 0;
for (int id = 0; id < sphere_cnt; ++id) { for (int id = 0; id < sphere_cnt; ++id) {