Skip to content

Commit

Permalink
metalvc reduce logging
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattiello <[email protected]>
  • Loading branch information
JoeMatt committed Nov 14, 2024
1 parent 5afd761 commit db2e71c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1435,13 +1435,13 @@ class PVMetalViewController : PVGPUViewController, PVRenderDelegate, MTKViewDele
pipelineState = self.effectFilterPipeline
}
} else {
ILOG("Using blit pipeline")
// DLOG("Using blit pipeline")
pipelineState = self.blitPipeline
ILOG("Blit pipeline state: \(self.blitPipeline != nil)")
// DLOG("Blit pipeline state: \(self.blitPipeline != nil)")
}

if let pipelineState = pipelineState {
ILOG("Drawing with pipeline state")
// DLOG("Drawing with pipeline state")
encoder.setRenderPipelineState(pipelineState)

encoder.setFragmentTexture(self.inputTexture, index: 0)
Expand Down

0 comments on commit db2e71c

Please sign in to comment.