Patrick Walton

Results 63 issues of Patrick Walton

JITting emulators like http://copy.sh/v86 incur significant overhead from having to check page tables on every memory access. Traditionally, emulators implement this by trapping SIGSEGV. The signal handler isn’t necessary, however....

The current clustered decal code predates `PARTIALLY_BOUND_BINDING_ARRAY` support in `wgpu`. As a result, only 8 clustered decals are allowed in the scene in order to avoid paying a high cost...

A-Rendering

Currently, we use a dynamic offset to point to the `Spawner`. This prevents batching, so this PR changes the shaders so that the effect metadata contains an index to the...