libcg / grvk

Vulkan-based Mantle API implementation
https://en.wikipedia.org/wiki/Mantle_(API)
zlib License
221 stars 14 forks source link

Add implementation for AMD IL instruction translation #26

Closed Cherser-s closed 2 years ago

Cherser-s commented 3 years ago

Fixes "unhandled instruction" error logs for BF4 with the exception of IL_OP_APPEND_BUF_ALLOC and IL_OP_PREFIX instructions.

Also fixes atomic operations on struct or raw UAV objects.