Removed unused parameters for image layout transitions and shader loading (Refs #103)
This commit is contained in:
parent
549f49ff77
commit
ba0cc82e50
10 changed files with 13 additions and 35 deletions
|
|
@ -902,7 +902,6 @@ public:
|
|||
vks::tools::setImageLayout(
|
||||
cmdBuf,
|
||||
textures.irradianceCube.image,
|
||||
VK_IMAGE_ASPECT_COLOR_BIT,
|
||||
VK_IMAGE_LAYOUT_UNDEFINED,
|
||||
VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL,
|
||||
subresourceRange);
|
||||
|
|
@ -980,7 +979,6 @@ public:
|
|||
vks::tools::setImageLayout(
|
||||
cmdBuf,
|
||||
textures.irradianceCube.image,
|
||||
VK_IMAGE_ASPECT_COLOR_BIT,
|
||||
VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL,
|
||||
VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL,
|
||||
subresourceRange);
|
||||
|
|
@ -1299,7 +1297,6 @@ public:
|
|||
vks::tools::setImageLayout(
|
||||
cmdBuf,
|
||||
textures.prefilteredCube.image,
|
||||
VK_IMAGE_ASPECT_COLOR_BIT,
|
||||
VK_IMAGE_LAYOUT_UNDEFINED,
|
||||
VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL,
|
||||
subresourceRange);
|
||||
|
|
@ -1378,7 +1375,6 @@ public:
|
|||
vks::tools::setImageLayout(
|
||||
cmdBuf,
|
||||
textures.prefilteredCube.image,
|
||||
VK_IMAGE_ASPECT_COLOR_BIT,
|
||||
VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL,
|
||||
VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL,
|
||||
subresourceRange);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue