Cocoa Port: Fix a bug where clipboard copies and screenshots taken from Metal display views will cause the image to be Y-flipped.
This commit is contained in:
parent
2c6a5f9868
commit
e6d6f2e10d
|
@ -2037,7 +2037,7 @@
|
|||
hudPipelineState:[sharedData hudRGBAPipeline]
|
||||
texDisplays:texProcess
|
||||
mrfi:mrfi
|
||||
doYFlip:YES];
|
||||
doYFlip:NO];
|
||||
|
||||
id<MTLBlitCommandEncoder> bce = [cb blitCommandEncoder];
|
||||
|
||||
|
|
Loading…
Reference in New Issue