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
First of all thanks for the Overlay template, manage to integrate it in my Layer.
And modified it to be local, works nicely on top of the rest of my layer.
Before I start coding more things I want to be sure I understand properly.
1-The composition data is unique and "linked" with our layer.
2-The swap chain is a new DX image we can draw into.
3- the overlay is how I draw the new swap chain
If this correct?
So if I want to have multiple overlay.
I have to modify CompositionData to support multiple overlaySwapChain.
And create as much XrCompositionLayerQuad than swap chain? with each one their own position/rotation.etc.
Is this correct?
Thank you a lot again Matthieu
Cheers,
Seb
The text was updated successfully, but these errors were encountered:
Hello Matthieu,
First of all thanks for the Overlay template, manage to integrate it in my Layer.
And modified it to be local, works nicely on top of the rest of my layer.
Before I start coding more things I want to be sure I understand properly.
1-The composition data is unique and "linked" with our layer.
2-The swap chain is a new DX image we can draw into.
3- the overlay is how I draw the new swap chain
If this correct?
So if I want to have multiple overlay.
I have to modify CompositionData to support multiple overlaySwapChain.
And create as much XrCompositionLayerQuad than swap chain? with each one their own position/rotation.etc.
Is this correct?
Thank you a lot again Matthieu
Cheers,
Seb
The text was updated successfully, but these errors were encountered: