Fixed loading of compressed texture formats 63/166063/3
authoradam.b <adam.b@samsung.com>
Fri, 5 Jan 2018 11:43:21 +0000 (11:43 +0000)
committerAdam Bialogonski <adam.b@samsung.com>
Fri, 5 Jan 2018 13:56:03 +0000 (13:56 +0000)
commit56487a2c05fd81e2a630bd3c71418e74bf357e33
tree2632bf1e6a7f5c90042eb2007e15599fc496e0d3
parent4c42443e2af27a11318a38539cb76ef7a67f63cc
Fixed loading of compressed texture formats

- ASTC loader fixed
- KTX loader fixed
- PixelBuffer implementation allows to allocate fixed size
  memory buffer independent on the texture format

Change-Id: I97dbd4e4b9910832a86c1b0b6229808e5ae4a64f
adaptors/common/pixel-buffer-impl.cpp
adaptors/common/pixel-buffer-impl.h
platform-abstractions/tizen/image-loaders/loader-astc.cpp
platform-abstractions/tizen/image-loaders/loader-ktx.cpp