KhronosGroup / KTX-Specification

KTX file format source
Other
69 stars 12 forks source link

The example file in the spec is invalid with regards to `dfdByteLength` equalling `dfdTotalSize`. #161

Closed expenses closed 2 years ago

expenses commented 2 years ago

The file included in the spec is not valid according to the same specification.

3.9.2. dfdByteLength states

dfdByteLength must equal dfdTotalSize.

However, in the example dfdByteLength (inconsistently referred to as dfdByteSize) is 0x0000005C (92) while dfdTotalSize is 0x3C (60).