Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Wrong usage set while creating vkImage in CorridorLightingExample

Discussion in 'Graphics Experimental Previews' started by hustwarhd, Oct 8, 2016.

  1. hustwarhd

    hustwarhd

    Joined:
    Oct 8, 2016
    Posts:
    1
    There is an issue that the usage of vkImage is set to VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT, however, the APP requires to transition to VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL later. It's not allowed.

    By the way, is it possible that share the code of CorridorLightingExample?
     
  2. strandborg

    strandborg

    Joined:
    Dec 8, 2014
    Posts:
    32
    Hi,

    Thank you for reporting this. I think we've already fixed this (after shipping the experimental build, that is), but care to submit a bug report with a repro, just in case?

    --Mikko