|
|
@@ -149,7 +149,8 @@ RMLUICORE_API EventId RegisterEventType(const String& type, bool interruptible,
|
|
|
/// Returns a list of source URLs to textures in all loaded documents.
|
|
|
RMLUICORE_API StringList GetTextureSourceList();
|
|
|
/// Forces all texture handles loaded and generated by RmlUi to be released.
|
|
|
-RMLUICORE_API void ReleaseTextures();
|
|
|
+/// @param[in] render_interface Release all textures belonging to the given interface, or nullptr to release all textures in all interfaces.
|
|
|
+RMLUICORE_API void ReleaseTextures(RenderInterface* render_interface = nullptr);
|
|
|
/// Forces all compiled geometry handles generated by RmlUi to be released.
|
|
|
RMLUICORE_API void ReleaseCompiledGeometry();
|
|
|
|