Class VkPhysicalDeviceExternalFormatResolvePropertiesANDROID

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceExternalFormatResolvePropertiesANDROID>
org.lwjgl.vulkan.VkPhysicalDeviceExternalFormatResolvePropertiesANDROID
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkPhysicalDeviceExternalFormatResolvePropertiesANDROID extends org.lwjgl.system.Struct<VkPhysicalDeviceExternalFormatResolvePropertiesANDROID> implements org.lwjgl.system.NativeResource
Structure describing external format resolve supported by an implementation.
Description

If the VkPhysicalDeviceExternalFormatResolvePropertiesANDROID structure is included in the pNext chain of the VkPhysicalDeviceProperties2 structure passed to GetPhysicalDeviceProperties2, it is filled in with each corresponding implementation-dependent property.

Valid Usage (Implicit)

Layout


 struct VkPhysicalDeviceExternalFormatResolvePropertiesANDROID {
     VkStructureType sType();
     void * pNext();
     VkBool32 nullColorAttachmentWithExternalFormatResolve();
     VkChromaLocation externalFormatResolveChromaOffsetX();
     VkChromaLocation externalFormatResolveChromaOffsetY();
 }