karts/texture/struct.odin
2025-02-16 11:28:18 +13:00

5 lines
52 B
Odin

package texture
Texture :: struct {
id: u32,
}