Harsh Aggarwal (NVIDIA)
Harsh Aggarwal (NVIDIA)
Hello, Thanks for your reply. I exported the RDC file to zip file to view the associated resource from external yuv-viewer application. However its just Renderoc 2D Image viewer window...
Sorry, it is not easy for me to share code sample due to my employers restrictions / NDA. Appreciate your help. Renderdoc help me understand lot of issues :+1: I...
I was not clear about case when 2 plane , 2 buffer object are present. In this case `VkImageCreateInfo` is called with `VkExternalMemoryImageCreateInfoKHR `structure in pNext. The struct `VkExternalMemoryImageCreateInfoKHR `...
I think you misunderstood. Application source doesn't call `VK_FORMAT_FEATURE_DISJOINT_BIT ` and i don't intend to use application with that bit. However my query is: Actual case, application can pass planar...
Oh I see, i disabled validation layer for specifically vkCreateImage function specifically to avoid some crash, for it didn't support the extension well. https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/456 Okay, so i understand that `VK_FORMAT_FEATURE_DISJOINT_BIT...
@mkeshavaNV , @skallweitNV - Not sure what is remaining here. Can you share the repro setup ? I tried with slangpy and it does spit out issue if header is...
Thanks for reporting it. This is reproducible at my end.
@claude Can you investigate the issue. Think hard and use test driven development to fix the issue.
@tdavidovicNV could you check if the PR attached resolves the issue?
It also breaks my working setup. In my case the enterprise layer over bedrock does not have endpoints enabled for listing profiles > Any network / permissions limitations that would...