Merge pull request #637 from SaschaWillems/libktx

Replace gli with libktx
This commit is contained in:
Sascha Willems 2019-12-08 10:04:25 +01:00 committed by GitHub
commit bb3b336e53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 306 additions and 243 deletions

View file

@ -16,7 +16,6 @@
#define GLM_FORCE_DEPTH_ZERO_TO_ONE
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <gli/gli.hpp>
#include <vulkan/vulkan.h>
#include "vulkanexamplebase.h"