Class VkPhysicalDeviceShaderTileImagePropertiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceShaderTileImagePropertiesEXT extends Struct<VkPhysicalDeviceShaderTileImagePropertiesEXT> implements NativeResource

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