Harsh Aggarwal (NVIDIA)
Harsh Aggarwal (NVIDIA)
I'm also facing same issue. Can you please reupload
And would it be possible to kiindly share the downloaded preview mp3 files so that it can be trained offline. Since 7digital api doesn't provide new registrations for key
Hello Tobias, I agree object creation/destruction should be out of performance critical path. However I am interested to know why desktop GPU and mobile would have difference on say, this...
Background: Inspecting some issue where application is using both these extensions. in renderdoc/driver/vulkan/vk_core.cpp Currently I just appended to supportedExtensions[] below change at proper order ``` { VK_EXT_IMAGE_DRM_FORMAT_MODIFIER_EXTENSION_NAME, VK_EXT_IMAGE_DRM_FORMAT_MODIFIER_SPEC_VERSION, }, ```...
I will check codes how to implement it then. By the way, does that mean i cannot use YCbCr samplers ? ``` if(ycbcr) { RDCWARN("Forcibly disabling support for YCbCr Conversion");...
What would be the behaviour if application still use it when running in renderdoc context (ignore the physical device feature) Considering the actual device driver does support it. So the...
I understand. Thanks for the explanation
Thank you for your prompt reply. I do have one query. Since `VK_EXT_image_drm_format_modifier` would include importing external memory, one would have to create the same external memory while replaying. Is...
Hello I was able to add partial support for `VK_EXT_image_drm_format_modifier ` locally. It is able to capture the rdc file, however while replay on the same device I get error...
Hello, I debugged the issue and it looks like there is issue when `Serialize_vkBindImageMemory2 bindInfoCount=2 The vulkan image `VkImage `passed for both planes are same, however it should check sum...