Class VkPhysicalDeviceCoherentMemoryFeaturesAMD

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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