diff --git a/computeshader/computeshader.cpp b/computeshader/computeshader.cpp index 6e834758..82dec677 100644 --- a/computeshader/computeshader.cpp +++ b/computeshader/computeshader.cpp @@ -57,7 +57,7 @@ public: // Compute pipelines are separated from // graphics pipelines in Vulkan std::vector compute; - uint32_t computeIndex = 0; + uint32_t computeIndex = 1; } pipelines; int vertexBufferSize; @@ -182,7 +182,7 @@ public: void loadTextures() { textureLoader->loadTexture( - getAssetPath() + "textures/igor_and_pal_rgba.ktx", + getAssetPath() + "textures/vulkan_space_rgba8.ktx", VK_FORMAT_R8G8B8A8_UNORM, &textureColorMap, false, diff --git a/data/textures/igor_and_pal_bc2_unorm.dds b/data/textures/igor_and_pal_bc2_unorm.dds deleted file mode 100644 index fc5105f2..00000000 Binary files a/data/textures/igor_and_pal_bc2_unorm.dds and /dev/null differ diff --git a/data/textures/igor_and_pal_bc3.ktx b/data/textures/igor_and_pal_bc3.ktx deleted file mode 100644 index 6675e43f..00000000 Binary files a/data/textures/igor_and_pal_bc3.ktx and /dev/null differ diff --git a/data/textures/igor_and_pal_bc3_unorm.dds b/data/textures/igor_and_pal_bc3_unorm.dds deleted file mode 100644 index 1df403b7..00000000 Binary files a/data/textures/igor_and_pal_bc3_unorm.dds and /dev/null differ diff --git a/data/textures/igor_and_pal_rgba.ktx b/data/textures/igor_and_pal_rgba.ktx deleted file mode 100644 index 2c2b2f8b..00000000 Binary files a/data/textures/igor_and_pal_rgba.ktx and /dev/null differ diff --git a/data/textures/pattern_02_bc2.ktx b/data/textures/pattern_02_bc2.ktx new file mode 100644 index 00000000..d1737e66 Binary files /dev/null and b/data/textures/pattern_02_bc2.ktx differ