[Fix] (MG_State/ProgramState): select correct binary to do reflection

This commit is contained in:
2025-10-29 10:28:59 +08:00
parent 1d00808719
commit 2416225502
4 changed files with 158 additions and 22 deletions
@@ -77,9 +77,9 @@ namespace MobileGL {
const SpvcMetadata& GetMetadata() const;
const char* GetLastErrorString() const;
private:
// Should be called once, and only once, for every SPIR-V binary
spvc_result ParseMetaData();
private:
spvc_context context = nullptr;
spvc_parsed_ir ir = nullptr;