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

Method Context

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

Source from the content-addressed store, hash-verified

25namespace spvtools {
26
27Context::Context(spv_target_env env) : context_(spvContextCreate(env)) {}
28
29Context::Context(Context&& other) : context_(other.context_) {
30 other.context_ = nullptr;

Callers

nothing calls this directly

Calls 1

spvContextCreateFunction · 0.85

Tested by

no test coverage detected