pub unsafe extern "C" fn projectm_reset_textures(
instance: projectm_handle,
)Expand description
@brief Reloads all textures.
Calling this method will clear and reload all textures, including the main rendering texture. Can cause a small delay/lag in rendering. Only use if texture paths were changed.
@param instance The projectM instance handle.