summaryrefslogtreecommitdiffstats
path: root/doc/classes/StreamTexture2DArray.xml
Commit message (Collapse)AuthorAgeFilesLines
* Rename StreamTexture* to CompressedTexture*reduz2022-03-051-9/+0
| | | | | | * 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.
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-4/+0
|
* doc: Sync classref with current sourceRémi Verschelde2020-05-121-0/+13
Adds API changes from the new GPU lightmapper.