Struct RendererInitOptions
Parameters for connecting to the runtime of an RenderingSession.
struct Microsoft::Azure::RemoteRendering::RendererInitOptions
Fields
RenderMode
Rendering mode to be used.
Microsoft::Azure::RemoteRendering::ServiceRenderMode RenderMode{};
IgnoreCertificateValidation
Internal flag used to ignore SSL certification. Should be set to false
(default) for most applications.
bool IgnoreCertificateValidation{};
ForceTransparencyWritesDepth
Forces depth writing for all objects rendered with either HierarchicalStates.SeeThrough, or transparent PbrMaterials and ColorMaterials.
bool ForceTransparencyWritesDepth{};