MCPcopy Create free account
hub / github.com/KhronosGroup/glslang / ShSetEncryptionMethod

Function ShSetEncryptionMethod

glslang/MachineIndependent/ShaderLang.cpp:1551–1555  ·  view source on GitHub ↗

ShSetEncrpytionMethod is a place-holder for specifying how source code is encrypted.

Source from the content-addressed store, hash-verified

1549// how source code is encrypted.
1550//
1551void ShSetEncryptionMethod(ShHandle handle)
1552{
1553 if (handle == nullptr)
1554 return;
1555}
1556
1557//
1558// Return any compiler/linker/uniformmap log of messages for the application.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected