Global Mapper SDK
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
);
Comments
0 comments
Please sign in to leave a comment.