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

Method TearDown

test/binary_to_text_test.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 void TearDown() override {
76 spvBinaryDestroy(binary);
77 binary = nullptr;
78 }
79
80 // Compiles the given assembly text, and saves it into 'binary'.
81 void CompileSuccessfully(std::string text) {

Callers

nothing calls this directly

Calls 1

spvBinaryDestroyFunction · 0.85

Tested by

no test coverage detected