Merge pull request #1029 from amdrexu/feature2

Implement extension GL_AMD_shader_image_load_store_lod
This commit is contained in:
John Kessenich
2017-08-23 23:13:19 -06:00
committed by GitHub
12 changed files with 298 additions and 1 deletions

View File

@@ -847,6 +847,7 @@ const char* CapabilityString(int info)
#ifdef AMD_EXTENSIONS
case 5009: return "ImageGatherBiasLodAMD";
case 5015: return "ImageReadWriteLodAMD";
#endif
case 4445: return "AtomicStorageOps";