Tex.Tex
void Tex(TexType textureType, TexFormat textureFormat)
Sets up an empty texture container! Fill it with data using SetColors next! Creates a default unique asset Id.
TexType textureType | What type of texture is it? Just a 2D Image? A Cubemap? Should it have mip-maps? |
TexFormat textureFormat | What information is the texture composed of? 32 bit colors, 64 bit colors, etc. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!