Skip to content

Commit

Permalink
igl | vulkan | Remove excessive logs
Browse files Browse the repository at this point in the history
Summary: Remove excessive logs after e1737d4

Reviewed By: AmesingFlank

Differential Revision: D47707649

fbshipit-source-id: daf6c31b350d36b94026626506867dd2b310d29a
  • Loading branch information
corporateshark authored and facebook-github-bot committed Jul 24, 2023
1 parent e1737d4 commit 931a74b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/igl/vulkan/RenderCommandEncoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ void RenderCommandEncoder::bindBuffer(int index,
const VkDeviceSize offset = bufferOffset;
vkCmdBindVertexBuffers(cmdBuffer_, index, 1, &vkBuf, &offset);
} else if (isUniformOrStorageBuffer) {
IGL_LOG_INFO("Uniform storage buffer: %d %d", index, bufferOffset);
if (ctx_.enhancedShaderDebuggingStore_) {
IGL_ASSERT_MSG(index < (IGL_UNIFORM_BLOCKS_BINDING_MAX - 1),
"The last buffer index is reserved for enhanced debugging features");
Expand Down

0 comments on commit 931a74b

Please sign in to comment.