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

Method BinaryToText

test/binary_to_text_test.cpp:37–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35class BinaryToText : public ::testing::Test {
36 public:
37 BinaryToText()
38 : context(spvContextCreate(SPV_ENV_UNIVERSAL_1_0)), binary(nullptr) {}
39 ~BinaryToText() override {
40 spvBinaryDestroy(binary);
41 spvContextDestroy(context);

Callers

nothing calls this directly

Calls 1

spvContextCreateFunction · 0.85

Tested by

no test coverage detected