Skip to content

Commit

Permalink
Remove extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
jstone-lucasfilm committed Dec 29, 2023
1 parent 6c77f06 commit 2b8605f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/MaterialXView/RenderPipelineMetal.mm
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@
mtlImageHandler->createRenderResources(outTex, true, true);
id<MTLTexture> metalTex = mtlImageHandler->getAssociatedMetalTexture(outTex);


// Create framebuffer.
_prefilterFramebuffer = mx::MetalFramebuffer::create(
MTL(device),
Expand Down

0 comments on commit 2b8605f

Please sign in to comment.