Updated TODOs

master
Mark 2024-01-20 12:42:57 -08:00
parent 088d1f7fb9
commit 67c4a8c259
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
2 changed files with 4 additions and 2 deletions

View File

@ -1,11 +1,13 @@
# Specific projects
## Currently working on:
- player selection
- first: fix particles & physics
- clickable buttons
- planet outfitter
## Small jobs
- 🌟 clean up and document short sprite sections
- 🌟 Better planet desc formatting
- Procedural suns
- 🌟 Back arrow -> reverse
@ -27,7 +29,6 @@
- Turn flares (physics by location?)
- Angled engines & guns
- Fix effect interaction with sprite sections
- Clean up starfieldsprite
## Misc fixes & Optimizations
- 🌟 Better errors when content/asset dirs don't exist

View File

@ -39,6 +39,7 @@ impl GPUState {
(device, queue) = adapter
.request_device(
&wgpu::DeviceDescriptor {
// TODO: remove nonuniform sampled textures
features: wgpu::Features::TEXTURE_BINDING_ARRAY | wgpu::Features::SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING,
// We may need limits if we compile for wasm
limits: wgpu::Limits::default(),