Fix typos in doc comments

This commit is contained in:
Wojtek Figat
2025-06-08 19:47:09 +02:00
parent 65ab42158d
commit 907c593671

View File

@@ -63,11 +63,11 @@ public:
GraphicsIndexBuffers,
// Total meshes memory usage (vertex and index buffers allocated by models).
GraphicsMeshes,
// Totoal shaders memory usage (shaders bytecode, PSOs data).
// Total shaders memory usage (shaders bytecode, PSOs data).
GraphicsShaders,
// Totoal materials memory usage (constant buffers, parameters data).
// Total materials memory usage (constant buffers, parameters data).
GraphicsMaterials,
// Totoal command buffers memory usage (draw lists, constants uploads, ring buffer allocators).
// Total command buffers memory usage (draw lists, constants uploads, ring buffer allocators).
GraphicsCommands,
// Total Artificial Intelligence systems memory usage (eg. Behavior Trees).
@@ -245,7 +245,7 @@ public:
API_FUNCTION() static GroupsArray GetGroups(int32 mode = 0);
/// <summary>
/// Dumps the memory allocations stats (groupped).
/// Dumps the memory allocations stats (grouped).
/// </summary>
/// <param name="options">'all' to dump all groups, 'file' to dump info to a file (in Logs folder)</param>
API_FUNCTION(Attributes="DebugCommand") static void Dump(const StringView& options = StringView::Empty);