Class VkViewportWScalingNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkViewportWScalingNV extends Struct<VkViewportWScalingNV> implements NativeResource

 struct VkViewportWScalingNV {
     float xcoeff;
     float ycoeff;
 }