Skip to content

Commit

Permalink
Fix rendering color space (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Jul 25, 2023
1 parent c7cba8d commit b9f1f9b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -152,7 +152,7 @@ open class MetalImageView: MTKView, CIImageDisplaying, MTKViewDelegate {
to: targetTexture,
commandBuffer: commandBuffer,
bounds: bounds,
colorSpace: processedImage.colorSpace ?? defaultColorSpace
colorSpace: defaultColorSpace
)

commandBuffer.present(drawable)
Expand Down

0 comments on commit b9f1f9b

Please sign in to comment.