~ | dfghjkl

This commit is contained in:
RedShip
2025-01-19 20:04:59 +01:00
parent 0ae411d8ea
commit d7bf46e76e
11 changed files with 2008761 additions and 14 deletions

View File

@ -80,7 +80,7 @@ struct GPUBvh
int first_primitive;
int primitive_count;
};
layout(std430, binding = 5) buffer BvhBuffer
layout(std430, binding = 3) buffer BvhBuffer
{
GPUBvh bvh[];
};