Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Options for Remote Rendering runtime initialization.
struct Microsoft::Azure::RemoteRendering::RemoteRenderingInitialization
Fields
ConnectionType
Selects the connection type for this session.
Microsoft::Azure::RemoteRendering::ConnectionType ConnectionType{};
GraphicsApi
Selects the graphics binding for rendering.
Microsoft::Azure::RemoteRendering::GraphicsApiType GraphicsApi{};
Right
Right vector direction in the client's coordinate system.
Microsoft::Azure::RemoteRendering::Axis Right{};
Up
Up vector direction in the client's coordinate system.
Microsoft::Azure::RemoteRendering::Axis Up{};
Forward
Forward vector direction in the client's coordinate system.
Microsoft::Azure::RemoteRendering::Axis Forward{};
UnitsPerMeter
How many units in the client's coordinate system make up one meter.
float UnitsPerMeter{};
ToolId
The name (and version) of the client tool.
std::string ToolId{};