aardappel / lobster

The Lobster Programming Language
http://strlen.com/lobster
2.24k stars 121 forks source link

Texture initialization rework #223

Closed maierfelix closed 1 year ago

maierfelix commented 1 year ago

gl_create_blank_texture now creates a texture without initializing the data, while gl_create_colored_texture is used for initializing a texture with a given color

aardappel commented 1 year ago

Thanks!