[Feat] (MG_Backend/DirectVulkan): support compute shaders

This commit is contained in:
2026-06-05 11:52:10 +08:00
parent 3bd8a62aa8
commit 5cfe9c8998
19 changed files with 985 additions and 21 deletions
@@ -20,6 +20,7 @@ namespace MobileGL::MG_Backend::DirectVulkan {
Index,
Uniform,
TextureBuffer,
ShaderStorage,
};
struct VkBufferManagerInitInfo {