Oxsomi / core3

Oxsomi Core3 is a combination of standalone C libraries useful for building applications, such as types, platform, graphics abstraction and file formats
GNU General Public License v3.0
0 stars 1 forks source link

Replace Window's management with a Texture class. #41

Open Nielsbishere opened 2 years ago

Nielsbishere commented 2 years ago

This texture class should be able to handle all linear texture formats. Compressed formats should be readonly. Should also allow Z-order curves or tiling for optimizations in cases such as CPU raytracing.