Searched refs:fileBytes (Results 1 – 1 of 1) sorted by relevance
185 KtxImage(unique_ptr<uint8_t[]>&& fileBytes, size_t fileBytesLength) in KtxImage() argument186 : fileBytes_(CORE_NS::move(fileBytes)), fileBytesLength_(fileBytesLength) in KtxImage()471 unique_ptr<uint8_t[]> fileBytes, uint64_t fileBytesLength, uint32_t loadFlags) in Load() argument473 if (!fileBytes) { in Load()481 … auto image = KtxImage::Ptr(new KtxImage(move(fileBytes), static_cast<size_t>(fileBytesLength))); in Load()