myth0genesis
myth0genesis
In the case of the NIST's recommendations, erf() and igamc() only seem to be used in the final step of tests, namely calculating p-values, so there really shouldn't be much...
This worked for me on Windows 11 and Neovim 0.10.0.
You're going to have to give me more details on how to do that. The only way I know how to use `cargo run` is when I'm in the folder...
Never mind. I found the git checkout folder with the source did `cargo run` from there. Here's the output with `d3d_debug`: ``` Neovide panicked with the message 'Failed to create...
Got the exact same error, in addition to the warning for the unused import, of course.
Yeah, running Neovide with the OpenGL renderer still works. I went ahead and imported CreateDXGIFactory1 and replaced ```Rust CreateDXGIFactory2(0).expect("Failed to create DXGI factory") ``` with ```Rust CreateDXGIFactory1().expect("Failed to create DXGI...
I'm somewhat doubtful it's a DX issue on my end, as I'm working from a less-than-month-old fresh (from scratch) Windows 11 install and I've not had any DX-related crashes elsewhere...
Woo-hoo! I decided to replace all occurrences of `IDXGIFactory4` with `IDXGIFactory2` and it worked! But I also had to keep the flag for `CreateDXGIFactory2()` at line 112 at `0` like...
What exactly are you looking for in the dxdiag logs? I don't really feel comfortable posting the whole thing, plus it's like 1800 lines long.
I just don't know enough about remote git repos to be able to clone and build any branch that's not the main one 😅 I try to keep the cognitive...