gfxreconstruct icon indicating copy to clipboard operation
gfxreconstruct copied to clipboard

Fix for 32/64-bit portability when encoding inline-uniform-blocks

Open fabian-lunarg opened this issue 9 months ago • 4 comments

  • Do not use ParameterEncoder::EncodeUInt8Array, avoid usage of non-portable sizeof(size_t).
  • Add 'ParameterEncoder::EncodeRawBytes' to write raw-byte-arrays without meta-data (and avoid looping over the bytes with 'EncodeUInt8Value')

fabian-lunarg avatar May 20 '24 08:05 fabian-lunarg