Merge branch 'SaschaWillems:master' into master

This commit is contained in:
Nathan V. Morrical 2022-09-26 23:23:23 -05:00 committed by GitHub
commit b82ecd94a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 15 deletions

View file

@ -2,7 +2,7 @@
#extension GL_EXT_ray_tracing : enable
#extension GL_EXT_ray_query : enable
layout (binding = 2, set = 0) uniform accelerationStructureEXT topLevelAS;
layout (binding = 1, set = 0) uniform accelerationStructureEXT topLevelAS;
layout (location = 0) in vec3 inNormal;
layout (location = 1) in vec3 inColor;