pub unsafe extern "C" fn XPLMGenerateTextureNumbers(
outTextureIDs: *mut c_int,
inCount: c_int,
)Expand description
XPLMGenerateTextureNumbers
Use this routine instead of glGenTextures to generate new texture object IDs. This routine historically ensured that plugins don’t use texure IDs that X-Plane is reserving for its own use.