Class ZFightingMitigationSettings

Settings for z-fighting mitigation.

class Microsoft::Azure::RemoteRendering::ZFightingMitigationSettings final

Properties

Enabled

Whether z-fighting mitigation is used.

auto GetEnabled() const noexcept -> bool;
auto SetEnabled(bool value) noexcept -> Microsoft::Azure::RemoteRendering::Status;

Highlighting

Activates checkerboard highlighting of potential z-fighting. For debugging purposes.

auto GetHighlighting() const noexcept -> bool;
auto SetHighlighting(bool value) noexcept -> Microsoft::Azure::RemoteRendering::Status;

Valid

Whether this object is still valid.

An object is invalid if it has been destroyed or if the connection has been lost. It is an error to call any other function on an invalid object.

auto GetValid() const noexcept -> bool;

See also