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

Function TEST

test/text_to_binary_test.cpp:251–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249 }));
250
251TEST(CreateContext, UniversalEnvironment) {
252 auto c = spvContextCreate(SPV_ENV_UNIVERSAL_1_0);
253 EXPECT_THAT(c, NotNull());
254 spvContextDestroy(c);
255}
256
257TEST(CreateContext, VulkanEnvironment) {
258 auto c = spvContextCreate(SPV_ENV_VULKAN_1_0);

Callers

nothing calls this directly

Calls 2

spvContextCreateFunction · 0.85
spvContextDestroyFunction · 0.85

Tested by

no test coverage detected