Enum MultiviewStrategy
Indicates the strategy supported to render multiple views.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public enum MultiviewStrategy
Fields
Name | Description |
---|---|
RenderTargetIndex | Multiview is specified by output vertex RenderTargetIndex semantic, in combination with DrawInstancing. |
Unsupported | Multiview is not supported in this device. |
ViewIndex | Multiview is specified using a vertex shader input ViewID. Additionally, you need to specify how many views do you want to render in the Framebuffer. |