summaryrefslogtreecommitdiffstats
path: root/doc/classes/StreamTextureLayered.xml
Commit message (Collapse)AuthorAgeFilesLines
* Rename StreamTexture* to CompressedTexture*reduz2022-03-051-21/+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-2/+0
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-4/+2
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* doc: Sync classref with current sourceRémi Verschelde2020-05-121-0/+25
Adds API changes from the new GPU lightmapper.