Finish basic ui binding to ruby

This commit is contained in:
2026-05-05 11:53:27 +01:00
parent a51eb903c4
commit 1b15f51e1e
10 changed files with 536 additions and 23 deletions
+1
View File
@@ -27,6 +27,7 @@ Window::Window(Vec2<float> size, const char *title) {
uint32_t pixel = 0xFFFFFFFF;
SDL_UpdateTexture(white_tex, nullptr, &pixel, sizeof(pixel));
SDL_SetTextureBlendMode(white_tex, SDL_BLENDMODE_BLEND);
};
void Window::update(Vec2<float> new_size, const char *new_title) {