Patrick Walton
Patrick Walton
I imagine it would look something like this at the WAT level: ```wat (type.tryload ... instructions ...) (type.trystore ... instructions ...) ``` where `type` is a type that can be...
I'm told that this would indeed be sufficient for v86 when combined with the virtual memory proposal, as long as the instruction blocks can be exited just as an `if`...
Actually let me mark this as a draft because there's more stuff I may want to do (note to self: get rid of `RenderMaterialInstances` in favor of putting more stuff...
I'm just going to roll this into bindless textures.
The problem with wireframes is that they break the 1:1 mapping between entities and meshes/materials, which breaks things in lots of ways that can't be fully covered up by forcing...
I'm marking this PR as a draft until 0.15 is out, to indicate that we shouldn't merge it before then. It should generally be ready to go, though; feel free...
Merge conflicts addressed.
Conflicts addressed.
I've updated this PR, and because 0.15 is out it should be ready for review. Here's a new Tracy profile on Bistro, using Blender with alpha mask enabled. This uses...
Comments addressed.