diskpart
list disk
select disk #
clean
create partition primary
select partition 1
active
format quick fs=fat32
assign
exit
Previous Posts
- Surface Area Heuristic
- Light WASM Baseline
- Building Bounding Volume Hierarchies With Octrees
- Bounding Volume Hierarchies
- Raybench - Gleam
- Bringing Back The Triangles
- Multi-threading SharedArrayBuffer And Atomics
- WebAssembly & SIMD
- Use WebAssembly to Speedup DOD
- Very Slow Data-Oriented Design
View All Posts