Robin Liu

Results 7 comments of Robin Liu

A simple performance test shows that with or without those wait, it makes no difference in the loop time. As I tested for the bloom sample, I looped 10 frame...

I think we already have overhead on performance, as the I saw the gapir has lots of repeated load operation, which copies resource around. That may mean the gapir didn't...

It turns out the latest validation layer will drop the pNext that is unknown to them :https://github.com/KhronosGroup/Vulkan-ValidationLayers/commit/ec689c0c0138f7d35ba25e7845aed502648ed497#diff-07e7514a0cee0b2fc25b4734dc4d1fc1R29581 which will cause the pNext as nullptr in the pCreatInfo for the virtual...

This will be in sometime in future, after the frame loop works correctly. I'll update it the in iterations accordingly when it's time to work on it.

Thanks for the quick response. I'm experimenting with the `command_buffer_usage` sample (with secondary command buffer) from `https://github.com/KhronosGroup/Vulkan-Samples` with the GPA libarary and the AMDVLK driver. I build the driver in...

There are two ways applications can set the environment variable: - The wrap properties: https://source.android.com/docs/security/test/asan#using_the_wrap_property - And the wrap script: https://developer.android.com/ndk/guides/wrap-script

> The underlying issue is that there's no way to set those environment variables from outside the app, so they don't actually serve the purpose intended. (though, there may not...