|
@@ -9,7 +9,7 @@ The API is based on Raylib because I like that API. But the implementation is me
|
|
|
* 3D
|
|
* 3D
|
|
|
* Some maths things that can be found in Odin's core libs
|
|
* Some maths things that can be found in Odin's core libs
|
|
|
|
|
|
|
|
-Might no be included:
|
|
|
|
|
|
|
+Might not be included:
|
|
|
* Time management (use `core:time` instead)
|
|
* Time management (use `core:time` instead)
|
|
|
|
|
|
|
|
## TODO
|
|
## TODO
|
|
@@ -27,4 +27,4 @@ Here follows my near-future TODO list
|
|
|
* Organize the d3d11 things neatly. It's just a hack right now!
|
|
* Organize the d3d11 things neatly. It's just a hack right now!
|
|
|
* enable debug layers
|
|
* enable debug layers
|
|
|
* asserting on hresult and checking errors
|
|
* asserting on hresult and checking errors
|
|
|
- * clean up on shutdown
|
|
|
|
|
|
|
+ * clean up on shutdown
|