Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-07 | Fix CompressedTextureLayered description in the class reference | Hugo Locurcio | |
This also updates the list of compression modes available for textures. (cherry picked from commit 0d24016db0d6cb92e0e681039a72280ce7ce6ece) | |||
2022-11-11 | Document Texture, CompressedTexture and Placeholder classes | Hugo Locurcio | |
2022-11-09 | Fix default values on virtual classes causing errors in projects | Aaron Franke | |
2022-08-08 | Rename the argument tag to param in XML documentation | Yuri Sizov | |
2022-03-10 | Remove more occurrences of "stex" | TechnoPorg | |
2022-03-05 | Rename StreamTexture* to CompressedTexture* | reduz | |
* Its not and will not be used for streaming. * Streaming will be implemented in 4.1 and it will work different. * It makes more sense to be called CompressedTexture since it imports and compresses texture files. |