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
|
|
@ -232,7 +232,6 @@ public:
|
|||
vks::tools::setImageLayout(
|
||||
copyCmd,
|
||||
cubeMap.image,
|
||||
VK_IMAGE_ASPECT_COLOR_BIT,
|
||||
VK_IMAGE_LAYOUT_UNDEFINED,
|
||||
VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL,
|
||||
subresourceRange);
|
||||
|
|
@ -252,7 +251,6 @@ public:
|
|||
vks::tools::setImageLayout(
|
||||
copyCmd,
|
||||
cubeMap.image,
|
||||
VK_IMAGE_ASPECT_COLOR_BIT,
|
||||
VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL,
|
||||
cubeMap.imageLayout,
|
||||
subresourceRange);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue