Struct Float4
4-component vector with single precision.
struct Microsoft::Azure::RemoteRendering::Float4
Fields
X
float X{};
Y
float Y{};
Z
float Z{};
W
float W{};
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
4-component vector with single precision.
struct Microsoft::Azure::RemoteRendering::Float4
float X{};
float Y{};
float Z{};
float W{};