mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-06 02:55:10 +01:00
Drop some debug code
This commit is contained in:
parent
4de89c8839
commit
5ab80901c6
@ -395,7 +395,6 @@ namespace skyline::gpu::interconnect::maxwell3d {
|
|||||||
directState.inputAssembly.SetPrimitiveTopology(topology);
|
directState.inputAssembly.SetPrimitiveTopology(topology);
|
||||||
pipeline.MarkDirty(false);
|
pipeline.MarkDirty(false);
|
||||||
}
|
}
|
||||||
// TODO non-indexed quads
|
|
||||||
|
|
||||||
auto updateFunc{[&](auto &stateElem, auto &&... args) { stateElem.Update(ctx, builder, args...); }};
|
auto updateFunc{[&](auto &stateElem, auto &&... args) { stateElem.Update(ctx, builder, args...); }};
|
||||||
pipeline.Update(ctx, textures, constantBuffers, builder);
|
pipeline.Update(ctx, textures, constantBuffers, builder);
|
||||||
|
@ -98,7 +98,6 @@ namespace skyline::gpu {
|
|||||||
frame.fence.Wait(state.soc->host1x);
|
frame.fence.Wait(state.soc->host1x);
|
||||||
|
|
||||||
std::scoped_lock textureLock(*frame.textureView);
|
std::scoped_lock textureLock(*frame.textureView);
|
||||||
// std::this_thread::sleep_for(std::chrono::milliseconds(64));
|
|
||||||
|
|
||||||
auto texture{frame.textureView->texture};
|
auto texture{frame.textureView->texture};
|
||||||
if (frame.textureView->format != swapchainFormat || texture->dimensions != swapchainExtent)
|
if (frame.textureView->format != swapchainFormat || texture->dimensions != swapchainExtent)
|
||||||
|
Loading…
Reference in New Issue
Block a user