Class VkPhysicalDeviceShaderTileImagePropertiesEXT

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

public class VkPhysicalDeviceShaderTileImagePropertiesEXT extends org.lwjgl.system.Struct<VkPhysicalDeviceShaderTileImagePropertiesEXT> implements org.lwjgl.system.NativeResource
Structure containing information about tile image support for a physical device.
Description

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

These are properties of the tile image information of a physical device.

Valid Usage (Implicit)

Layout


 struct VkPhysicalDeviceShaderTileImagePropertiesEXT {
     VkStructureType sType();
     void * pNext();
     VkBool32 shaderTileImageCoherentReadAccelerated();
     VkBool32 shaderTileImageReadSampleFromPixelRateInvocation();
     VkBool32 shaderTileImageReadFromHelperInvocation();
 }