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

Method DestroyBinary

test/test_fixture.h:193–196  ·  view source on GitHub ↗

Destroys the binary, if it exists.

Source from the content-addressed store, hash-verified

191
192 // Destroys the binary, if it exists.
193 void DestroyBinary() {
194 spvBinaryDestroy(binary);
195 binary = nullptr;
196 }
197
198 // Destroys the diagnostic, if it exists.
199 void DestroyDiagnostic() {

Callers

nothing calls this directly

Calls 1

spvBinaryDestroyFunction · 0.85

Tested by

no test coverage detected