ABI update
parent
bed612a848
commit
94f463002d
|
@ -1 +1 @@
|
||||||
Subproject commit 8022cd101124163306329913c918e379fd57aebf
|
Subproject commit cb25e6feff2d9ac3f399b3a43cd11d374f90f127
|
BIN
moonlibs/lib64/libRefresh.so.0 (Stored with Git LFS)
BIN
moonlibs/lib64/libRefresh.so.0 (Stored with Git LFS)
Binary file not shown.
|
@ -239,7 +239,7 @@ namespace MoonWorksComputeSpriteBatch
|
||||||
|
|
||||||
spriteBatch.Flush(commandBuffer, mainRenderPass, mainFramebuffer, mainRenderArea, spritePipeline, new CameraUniforms { viewProjectionMatrix = viewProjection });
|
spriteBatch.Flush(commandBuffer, mainRenderPass, mainFramebuffer, mainRenderArea, spritePipeline, new CameraUniforms { viewProjectionMatrix = viewProjection });
|
||||||
|
|
||||||
commandBuffer.QueuePresent(mainColorTarget.TextureSlice, Filter.Nearest);
|
commandBuffer.QueuePresent(mainColorTarget.TextureSlice, Filter.Nearest, Window);
|
||||||
GraphicsDevice.Submit(commandBuffer);
|
GraphicsDevice.Submit(commandBuffer);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue