Skip to content

Commit 646f6ec

Browse files
committed
[Vulkan] Document what's missing for future reference
1 parent 7c9c44f commit 646f6ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

RenderSystems/Vulkan/src/Vao/OgreVulkanVaoManager.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,9 @@ namespace Ogre
283283
//-----------------------------------------------------------------------------------
284284
void VulkanVaoManager::cleanupEmptyPools( void )
285285
{
286-
// And StagingBuffers, StagingTextures, and TextureGpu
286+
// And StagingBuffers, StagingTextures, TextureGpu, and anything that
287+
// calls either allocateVbo or allocateRawBuffer (e.g. AsyncTextureTicket,
288+
// VulkanDiscardBufferManager, etc)
287289
TODO_whenImplemented_include_stagingBuffers;
288290

289291
for( unsigned vboIdx = 0; vboIdx < MAX_VBO_FLAG; ++vboIdx )

0 commit comments

Comments
 (0)