openvr icon indicating copy to clipboard operation
openvr copied to clipboard

Vulkan layered images

Open krauthaufen opened this issue 8 years ago • 2 comments

Would it be possible to extend the API for vulkan with a slice for the VulkanTexture_t or (even better) submit an ImageView?

This would be great for our project since we use instanced rendering via setting the layer in a GS and currently need to copy every frame to a non-layered image in vulkan before submission.

Or did i simply miss something?

cheers

krauthaufen avatar Nov 09 '17 10:11 krauthaufen

I would like also to see an option added for the texture layer, since this is how Vulkan performs one-pass stereo rendering.

Leadwerks avatar Sep 29 '19 00:09 Leadwerks

The API for this exists since 3a010f0f668d8de59fcba75b14e08a6a08ec68a0.

However, trying to use it seems to throw validation errors due to internal barriers being set up wrong. #1591

I'm curious to hear results from anyone else who has tried using this.

pushrax avatar Sep 20 '21 20:09 pushrax