21 #ifndef FRAMEWORK_ASSETS_HPP 22 #define FRAMEWORK_ASSETS_HPP 25 #include "libvulkan-stub.h" 35 VkShaderModule loadShaderModule(VkDevice device,
const char *pPath);
45 Result loadRgba8888TextureFromAsset(
const char *pPath, std::vector<uint8_t> *pBuffer,
unsigned *pWidth,
57 Result loadASTCTextureFromAsset(
const char *pPath, std::vector<uint8_t> *pBuffer,
unsigned *pWidth,
unsigned *pHeight,