Structures
VkViewportWScalingNV
Structure specifying a viewport
The VkViewportWScalingNV structure is defined as:
typedef struct VkViewportWScalingNV {
float xcoeff;
float ycoeff;
} VkViewportWScalingNV;
pub struct ViewportWScalingNV {
xcoeff: f32,
ycoeff: f32,
}
xcoeffandycoeffare the viewport’s W scaling factor for x and y respectively.
Type
Structures