Skip to content

Commit

Permalink
Merge branch 'master' into VulkanSceneGraph-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Jul 25, 2023
2 parents 8b6b753 + 9ba0ec9 commit ad7ffb5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/vsg/app/TransferTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,16 +245,11 @@ void TransferTask::_transferImageInfo(VkCommandBuffer vk_commandBuffer, Frame& f
Logger::Level level = Logger::LOGGER_DEBUG;
//level = Logger::LOGGER_INFO;

uint32_t deviceID = device->deviceID;
auto& imageStagingBuffer = frame.staging;
auto& buffer_data = frame.buffer_data;
char* ptr = reinterpret_cast<char*>(buffer_data) + offset;

auto& data = imageInfo.imageView->image->data;
auto& textureImage = imageInfo.imageView->image;
auto aspectMask = imageInfo.imageView->subresourceRange.aspectMask;
VkImageLayout targetImageLayout = imageInfo.imageLayout;

auto properties = data->properties;
auto width = data->width();
auto height = data->height();
Expand Down

0 comments on commit ad7ffb5

Please sign in to comment.