Class VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV extends Struct<VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV> implements NativeResource
struct VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV {
    VkStructureType sType;
    void * pNext;
    VkBool32 representativeFragmentTest;
}