Class QCOMTileProperties

java.lang.Object
org.lwjgl.vulkan.QCOMTileProperties

public class QCOMTileProperties extends Object
  • Field Details

    • VK_QCOM_TILE_PROPERTIES_SPEC_VERSION

      public static final int VK_QCOM_TILE_PROPERTIES_SPEC_VERSION
      See Also:
    • VK_QCOM_TILE_PROPERTIES_EXTENSION_NAME

      public static final String VK_QCOM_TILE_PROPERTIES_EXTENSION_NAME
      See Also:
    • VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TILE_PROPERTIES_FEATURES_QCOM

      public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TILE_PROPERTIES_FEATURES_QCOM
      See Also:
    • VK_STRUCTURE_TYPE_TILE_PROPERTIES_QCOM

      public static final int VK_STRUCTURE_TYPE_TILE_PROPERTIES_QCOM
      See Also:
  • Method Details

    • nvkGetFramebufferTilePropertiesQCOM

      public static int nvkGetFramebufferTilePropertiesQCOM(VkDevice device, long framebuffer, long pPropertiesCount, long pProperties)
      VkResult vkGetFramebufferTilePropertiesQCOM(VkDevice device, VkFramebuffer framebuffer, uint32_t * pPropertiesCount, VkTilePropertiesQCOM * pProperties)
    • vkGetFramebufferTilePropertiesQCOM

      public static int vkGetFramebufferTilePropertiesQCOM(VkDevice device, long framebuffer, IntBuffer pPropertiesCount, @Nullable VkTilePropertiesQCOM.Buffer pProperties)
      VkResult vkGetFramebufferTilePropertiesQCOM(VkDevice device, VkFramebuffer framebuffer, uint32_t * pPropertiesCount, VkTilePropertiesQCOM * pProperties)
    • nvkGetDynamicRenderingTilePropertiesQCOM

      public static int nvkGetDynamicRenderingTilePropertiesQCOM(VkDevice device, long pRenderingInfo, long pProperties)
      VkResult vkGetDynamicRenderingTilePropertiesQCOM(VkDevice device, VkRenderingInfo const * pRenderingInfo, VkTilePropertiesQCOM * pProperties)
    • vkGetDynamicRenderingTilePropertiesQCOM

      public static int vkGetDynamicRenderingTilePropertiesQCOM(VkDevice device, VkRenderingInfo pRenderingInfo, VkTilePropertiesQCOM pProperties)
      VkResult vkGetDynamicRenderingTilePropertiesQCOM(VkDevice device, VkRenderingInfo const * pRenderingInfo, VkTilePropertiesQCOM * pProperties)
    • vkGetFramebufferTilePropertiesQCOM

      public static int vkGetFramebufferTilePropertiesQCOM(VkDevice device, long framebuffer, int[] pPropertiesCount, @Nullable VkTilePropertiesQCOM.Buffer pProperties)
      VkResult vkGetFramebufferTilePropertiesQCOM(VkDevice device, VkFramebuffer framebuffer, uint32_t * pPropertiesCount, VkTilePropertiesQCOM * pProperties)