Skip to content

Commit 0fd781b

Browse files
committed
Remove TODO comment
1 parent a7246ef commit 0fd781b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/nbl/video/IPhysicalDevice.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -513,10 +513,6 @@ void IPhysicalDevice::addCommonGLSLDefines(std::ostringstream& pool, const bool
513513
if (m_features.bufferMarkerAMD) addGLSLDefineToPool(pool, "NBL_GLSL_FEATURE_BUFFER_MARKER_AMD");
514514

515515
// TODO: @achal test examples 14 and 48 on all APIs and GPUs
516-
517-
518-
// TODO: Add feature defines
519-
520516

521517
if (runningInRenderdoc)
522518
addGLSLDefineToPool(pool,"NBL_RUNNING_IN_RENDERDOC");

0 commit comments

Comments
 (0)