Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/SPIRV-Tools
/ TEST
Function
TEST
test/text_destroy_test.cpp:20–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
namespace {
19
20
TEST(TextDestroy, DestroyNull) { spvBinaryDestroy(nullptr); }
21
22
TEST(TextDestroy, Default) {
23
spv_context context = spvContextCreate(SPV_ENV_UNIVERSAL_1_0);
Callers
nothing calls this directly
Calls
8
spvBinaryDestroy
Function · 0.85
spvContextCreate
Function · 0.85
spvTextToBinary
Function · 0.85
spvDiagnosticPrint
Function · 0.85
spvBinaryToText
Function · 0.85
spvDiagnosticDestroy
Function · 0.85
spvTextDestroy
Function · 0.85
spvContextDestroy
Function · 0.85
Tested by
no test coverage detected