karts/texture/struct.odin

6 lines
52 B
Odin
Raw Normal View History

2025-02-16 11:28:18 +13:00
package texture
Texture :: struct {
id: u32,
}