MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / ~BinaryToText

Method ~BinaryToText

test/binary_to_text_test.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 BinaryToText()
38 : context(spvContextCreate(SPV_ENV_UNIVERSAL_1_0)), binary(nullptr) {}
39 ~BinaryToText() override {
40 spvBinaryDestroy(binary);
41 spvContextDestroy(context);
42 }
43
44 void SetUp() override {
45 const char* textStr = R"(

Callers

nothing calls this directly

Calls 2

spvBinaryDestroyFunction · 0.85
spvContextDestroyFunction · 0.85

Tested by

no test coverage detected