summaryrefslogtreecommitdiffstats
path: root/doc/classes/CompressedCubemapArray.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix CompressedTextureLayered description in the class referenceHugo Locurcio2023-03-221-1/+2
| | | | This also updates the list of compression modes available for textures.
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Document Texture, CompressedTexture and Placeholder classesHugo Locurcio2022-11-111-0/+9
|
* Rename StreamTexture* to CompressedTexture*reduz2022-03-051-0/+9
* 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.