Replaced some textures
This commit is contained in:
parent
45fe43c0c8
commit
779739fa45
6 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ public:
|
|||
// Compute pipelines are separated from
|
||||
// graphics pipelines in Vulkan
|
||||
std::vector<VkPipeline> 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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue