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
|
// Compute pipelines are separated from
|
||||||
// graphics pipelines in Vulkan
|
// graphics pipelines in Vulkan
|
||||||
std::vector<VkPipeline> compute;
|
std::vector<VkPipeline> compute;
|
||||||
uint32_t computeIndex = 0;
|
uint32_t computeIndex = 1;
|
||||||
} pipelines;
|
} pipelines;
|
||||||
|
|
||||||
int vertexBufferSize;
|
int vertexBufferSize;
|
||||||
|
|
@ -182,7 +182,7 @@ public:
|
||||||
void loadTextures()
|
void loadTextures()
|
||||||
{
|
{
|
||||||
textureLoader->loadTexture(
|
textureLoader->loadTexture(
|
||||||
getAssetPath() + "textures/igor_and_pal_rgba.ktx",
|
getAssetPath() + "textures/vulkan_space_rgba8.ktx",
|
||||||
VK_FORMAT_R8G8B8A8_UNORM,
|
VK_FORMAT_R8G8B8A8_UNORM,
|
||||||
&textureColorMap,
|
&textureColorMap,
|
||||||
false,
|
false,
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
data/textures/pattern_02_bc2.ktx
Normal file
BIN
data/textures/pattern_02_bc2.ktx
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue