Class EXTSampleLocations

java.lang.Object
org.lwjgl.vulkan.EXTSampleLocations

public class EXTSampleLocations extends Object
  • Field Details

    • VK_EXT_SAMPLE_LOCATIONS_SPEC_VERSION

      public static final int VK_EXT_SAMPLE_LOCATIONS_SPEC_VERSION
      See Also:
    • VK_EXT_SAMPLE_LOCATIONS_EXTENSION_NAME

      public static final String VK_EXT_SAMPLE_LOCATIONS_EXTENSION_NAME
      See Also:
    • VK_IMAGE_CREATE_SAMPLE_LOCATIONS_COMPATIBLE_DEPTH_BIT_EXT

      public static final int VK_IMAGE_CREATE_SAMPLE_LOCATIONS_COMPATIBLE_DEPTH_BIT_EXT
      See Also:
    • VK_STRUCTURE_TYPE_SAMPLE_LOCATIONS_INFO_EXT

      public static final int VK_STRUCTURE_TYPE_SAMPLE_LOCATIONS_INFO_EXT
      See Also:
    • VK_STRUCTURE_TYPE_RENDER_PASS_SAMPLE_LOCATIONS_BEGIN_INFO_EXT

      public static final int VK_STRUCTURE_TYPE_RENDER_PASS_SAMPLE_LOCATIONS_BEGIN_INFO_EXT
      See Also:
    • VK_STRUCTURE_TYPE_PIPELINE_SAMPLE_LOCATIONS_STATE_CREATE_INFO_EXT

      public static final int VK_STRUCTURE_TYPE_PIPELINE_SAMPLE_LOCATIONS_STATE_CREATE_INFO_EXT
      See Also:
    • VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLE_LOCATIONS_PROPERTIES_EXT

      public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLE_LOCATIONS_PROPERTIES_EXT
      See Also:
    • VK_STRUCTURE_TYPE_MULTISAMPLE_PROPERTIES_EXT

      public static final int VK_STRUCTURE_TYPE_MULTISAMPLE_PROPERTIES_EXT
      See Also:
    • VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT

      public static final int VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT
      See Also:
  • Method Details

    • nvkCmdSetSampleLocationsEXT

      public static void nvkCmdSetSampleLocationsEXT(VkCommandBuffer commandBuffer, long pSampleLocationsInfo)
      void vkCmdSetSampleLocationsEXT(VkCommandBuffer commandBuffer, VkSampleLocationsInfoEXT const * pSampleLocationsInfo)
    • vkCmdSetSampleLocationsEXT

      public static void vkCmdSetSampleLocationsEXT(VkCommandBuffer commandBuffer, VkSampleLocationsInfoEXT pSampleLocationsInfo)
      void vkCmdSetSampleLocationsEXT(VkCommandBuffer commandBuffer, VkSampleLocationsInfoEXT const * pSampleLocationsInfo)
    • nvkGetPhysicalDeviceMultisamplePropertiesEXT

      public static void nvkGetPhysicalDeviceMultisamplePropertiesEXT(VkPhysicalDevice physicalDevice, int samples, long pMultisampleProperties)
      void vkGetPhysicalDeviceMultisamplePropertiesEXT(VkPhysicalDevice physicalDevice, VkSampleCountFlagBits samples, VkMultisamplePropertiesEXT * pMultisampleProperties)
    • vkGetPhysicalDeviceMultisamplePropertiesEXT

      public static void vkGetPhysicalDeviceMultisamplePropertiesEXT(VkPhysicalDevice physicalDevice, int samples, VkMultisamplePropertiesEXT pMultisampleProperties)
      void vkGetPhysicalDeviceMultisamplePropertiesEXT(VkPhysicalDevice physicalDevice, VkSampleCountFlagBits samples, VkMultisamplePropertiesEXT * pMultisampleProperties)