Skip to content

Commit 7c9c44f

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RenderSystems/Vulkan/src/Vao/OgreVulkanVaoManager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ namespace Ogre
283283
//-----------------------------------------------------------------------------------
284284
void VulkanVaoManager::cleanupEmptyPools( void )
285285
{
286+
// And StagingBuffers, StagingTextures, and TextureGpu
286287
TODO_whenImplemented_include_stagingBuffers;
287288

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

0 commit comments

Comments
 (0)