1#ifndef GLK_IMAGE_IO_HPP
2#define GLK_IMAGE_IO_HPP
12bool load_image(
const std::string& filename,
int& width,
int& height, std::vector<unsigned char>&
bytes);
Definition async_buffer_copy.hpp:6
bool load_image(const std::string &filename, int &width, int &height, std::vector< unsigned char > &bytes)
std::enable_if_t< needs_aligned_allocator< T >::value, std::shared_ptr< T > > make_shared(Args &&... args)
Definition make_shared.hpp:20