unannounce Direct3D11 support 😭

This commit is contained in:
Abdulmujeeb Raji 2025-01-17 09:40:39 +00:00
parent f73c493956
commit c81a47d254
Signed by: midnadimple
GPG key ID: EB02C582F8C3962B

View file

@ -32,8 +32,8 @@ input/output. It's built on a basic buffer type that you can flush to output
data.
- [ ] A logging system built ontop of this I/O system. You can either log out to
a file or to stdout.
- [ ] A simple GUI initialization system that gets you an Direct3D 11 or OpenGL
window with immediate-mode input.
- [ ] A simple GUI initialization system that gets you an OpenGL window with
immediate-mode input
- [ ] A basic 2D renderer built ontop of this graphics initializater, that can
draw shapes and textures to the screen. The shaders used can be customized for
added effect. It features a simple camera system to seperate which parts of