ShSetEncrpytionMethod is a place-holder for specifying how source code is encrypted.
| 1549 | // how source code is encrypted. |
| 1550 | // |
| 1551 | void 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. |
nothing calls this directly
no outgoing calls
no test coverage detected