GM_GetElevationShaders

Returns a list of the available elevation shaders.

Syntax

C++
Copy
GM_CustomShader_t* __stdcall GM_GetElevationShaders
(
uint32*     aNumShaders,    // OUT: Number of shaders in list returned
boolean     aCustomOnly     // IN: Do you only want custom shaders returned?
);