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

      @NativeType("VkResult") public static int vkGetFramebufferTilePropertiesQCOM(VkDevice device, @NativeType("VkFramebuffer") long framebuffer, @NativeType("uint32_t *") IntBuffer pPropertiesCount, @NativeType("VkTilePropertiesQCOM *") @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

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

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