Class VkCoarseSampleLocationNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkCoarseSampleLocationNV extends Struct<VkCoarseSampleLocationNV> implements NativeResource

 struct VkCoarseSampleLocationNV {
     uint32_t pixelX;
     uint32_t pixelY;
     uint32_t sample;
 }