summaryrefslogtreecommitdiff
path: root/doc/classes/CompressedTexture2D.xml
AgeCommit message (Collapse)Author
2023-04-07Fix CompressedTextureLayered description in the class referenceHugo Locurcio
This also updates the list of compression modes available for textures. (cherry picked from commit 0d24016db0d6cb92e0e681039a72280ce7ce6ece)
2022-11-11Document Texture, CompressedTexture and Placeholder classesHugo Locurcio
2022-11-09Fix default values on virtual classes causing errors in projectsAaron Franke
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-03-10Remove more occurrences of "stex"TechnoPorg
2022-03-05Rename 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.