You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
I'm working with the Khronos Vulkan samples team and there was a request for samples to show how to use external memory for cooperating with other APIs. It was suggested that we explore repurposing this sample as it is very relevant to the Vulkan audience. LMK if this is something we can consider pursuing. Would involve porting to the Vulkan Samples framework, but we could potentially find resources for that if needed. Thanks.
The text was updated successfully, but these errors were encountered:
The RenderScriptMigrationSample demonstrates how to import an Android AHardwareBuffer as a Vulkan image, but please note the following limitations:
The imported image is only used a transfer destination -- neither as a sampled texture, nor as a framebuffer output. A sample that directly take or render into an external memory may be better.
The sample does not demonstrate some advanced usages involving external format and YCbCr conversion. This may be needed when importing an Android AHardwareBuffer from, e.g., camera.
If you think this sample is a good candidate for inclusion to Vulkan Samples, please feel free to do so and make necessary modifications. There shouldn't be any issue as long as the usage complies with the Apache License.
Great, thanks Kottsone. Yes, Apache License is what we prefer as well, so that won't be a problem. Our samples team is finalizing plans now - we'll likely take you up on this offer - stay tuned.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm working with the Khronos Vulkan samples team and there was a request for samples to show how to use external memory for cooperating with other APIs. It was suggested that we explore repurposing this sample as it is very relevant to the Vulkan audience. LMK if this is something we can consider pursuing. Would involve porting to the Vulkan Samples framework, but we could potentially find resources for that if needed. Thanks.
The text was updated successfully, but these errors were encountered: