Skip to content

Commit

Permalink
- update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
polymonster committed Jul 13, 2024
1 parent 8c15811 commit 4f75fe0
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions todo.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
// TODO:

// issues
// - swap between dynamic cube and PBR causes inconsitency in the cubemap texture

// samples
// - omni shadow map
// - clear buffer (uav)
// - buffers in pmfx
// - clear buffers for compute

// material system
// effects
// - perspective shadow map
// - cascaded shadow map
// - area light
// - disney brdf

// platforms
// - bring across macos shader compilation
// - integrate macos changes and fixup win32/d3d12
// - test shader compilation with mac changes
// - try update windows-rs

// engine
// - reverse depth
Expand All @@ -39,9 +42,11 @@
// - imgui not tracked within draw call stats

// build
// - update pmbuild

// DONE:
// x test shader compilation with mac changes
// x update pmbuild
// x omni shadow map
// x texture formats (BC etc)
// x texture load image from file into pmfx
// x copy texture region
Expand Down

0 comments on commit 4f75fe0

Please sign in to comment.