Merge pull request #2139 from neslimsah/master

GL_EXT_ray_query updates
This commit is contained in:
John Kessenich 2020-03-25 08:18:33 -06:00 committed by GitHub
commit 8e26c5f50e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 7977 additions and 4087 deletions

View file

@ -3,6 +3,7 @@
// Copyright (C) 2012-2016 LunarG, Inc.
// Copyright (C) 2015-2016 Google, Inc.
// Copyright (C) 2017 ARM Limited.
// Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
//
// All rights reserved.
//
@ -1950,6 +1951,7 @@ public:
case EbtStruct: return "structure";
case EbtBlock: return "block";
case EbtAccStruct: return "accelerationStructureNV";
case EbtRayQuery: return "rayQueryEXT";
case EbtReference: return "reference";
#endif
default: return "unknown type";