Global Mapper SDK
GM_RemoveCustomShader
Removes the custom shader with the given name. Note that you can only remove custom shaders and not the built-in shaders.
Syntax
C++
Copy
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_RemoveCustomShader
(
const char* aShaderName // in: name of custom shader to remove
);