Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | Next revisionBoth sides next revision | ||
trs:fundamentals [2019/08/09 05:50] – [16-bit Texture Tile] stohrendorf | trs:fundamentals [2019/08/09 05:50] – [32-bit Texture Tile] stohrendorf | ||
---|---|---|---|
Line 317: | Line 317: | ||
==== 32-bit Texture Tile ==== | ==== 32-bit Texture Tile ==== | ||
- | Each '' | + | Each '' |
{{anchor: | {{anchor: | ||
<code cpp> | <code cpp> | ||
- | struct | + | struct |
{ | { | ||
- | uint32_t | + | uint32_t |
}; | }; | ||
</ | </ | ||