libcg / grvk

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

Add query pool functions #31

Closed Cherser-s closed 3 years ago

Cherser-s commented 3 years ago

Implemented grCmdBeginQuery, grCmdEndQuery,grCmdResetQueryPool functions, also implemented grGetQueryPoolResults, although didn't implement fields reshuffle for pipeline statistics, but it isn't being used by BF4 (everything else in this commits is being used though).

libcg commented 3 years ago

Pushed as bb8f8d17. Thanks!