Merge pull request #1029 from amdrexu/feature2
Implement extension GL_AMD_shader_image_load_store_lod
This commit is contained in:
commit
fc3436941e
12 changed files with 298 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue