opengl render backend

This commit is contained in:
Ryan Fleury
2025-05-09 19:48:41 -07:00
parent 1b7a57914e
commit 48b8c41713
19 changed files with 1598 additions and 38 deletions
+5
View File
@@ -194,6 +194,11 @@ struct R_PassList
U64 count;
};
////////////////////////////////
//~ rjf: Helpers
internal Mat4x4F32 r_sample_channel_map_from_tex2dformat(R_Tex2DFormat fmt);
////////////////////////////////
//~ rjf: Handle Type Functions