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

Method SetMessageConsumer

source/libspirv.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41Context::~Context() { spvContextDestroy(context_); }
42
43void Context::SetMessageConsumer(MessageConsumer consumer) {
44 SetContextMessageConsumer(context_, std::move(consumer));
45}
46
47spv_context& Context::CContext() { return context_; }
48

Callers 1

mainFunction · 0.45

Calls 1

Tested by

no test coverage detected