Colour Cube: Difference between revisions

Updated m_size description to reflect its known use.
No edit summary
(Updated m_size description to reflect its known use.)
Line 15:
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
| 0x0 || 0x4 || uint32_t || m_size || Either theThe number of textures orand thetheir widthlength/heightwidth. || Used to calculate file size (m_size^3 * 3 + 16)
|-
| 0x4 || 0x4 || uint8_t* || m_pixels || Pointer to the texture data. ||
Line 24:
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
| 0x0 || 0x4 || uint32_t || m_size || Either theThe number of textures orand thetheir widthlength/heightwidth. || Used to calculate file size (m_size^3 * 3 + 16)
|-
| 0x8 || 0x8 || uint8_t* || m_pixels || Pointer to the texture data. ||