6 lines
52 B
Odin
6 lines
52 B
Odin
|
package texture
|
||
|
|
||
|
Texture :: struct {
|
||
|
id: u32,
|
||
|
}
|