Class NVCoverageReductionMode

java.lang.Object
org.lwjgl.vulkan.NVCoverageReductionMode

public class NVCoverageReductionMode extends Object
  • Field Details

    • VK_NV_COVERAGE_REDUCTION_MODE_SPEC_VERSION

      public static final int VK_NV_COVERAGE_REDUCTION_MODE_SPEC_VERSION
      See Also:
    • VK_NV_COVERAGE_REDUCTION_MODE_EXTENSION_NAME

      public static final String VK_NV_COVERAGE_REDUCTION_MODE_EXTENSION_NAME
      See Also:
    • VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COVERAGE_REDUCTION_MODE_FEATURES_NV

      public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COVERAGE_REDUCTION_MODE_FEATURES_NV
      See Also:
    • VK_STRUCTURE_TYPE_PIPELINE_COVERAGE_REDUCTION_STATE_CREATE_INFO_NV

      public static final int VK_STRUCTURE_TYPE_PIPELINE_COVERAGE_REDUCTION_STATE_CREATE_INFO_NV
      See Also:
    • VK_STRUCTURE_TYPE_FRAMEBUFFER_MIXED_SAMPLES_COMBINATION_NV

      public static final int VK_STRUCTURE_TYPE_FRAMEBUFFER_MIXED_SAMPLES_COMBINATION_NV
      See Also:
    • VK_COVERAGE_REDUCTION_MODE_MERGE_NV

      public static final int VK_COVERAGE_REDUCTION_MODE_MERGE_NV
      See Also:
    • VK_COVERAGE_REDUCTION_MODE_TRUNCATE_NV

      public static final int VK_COVERAGE_REDUCTION_MODE_TRUNCATE_NV
      See Also:
  • Method Details

    • nvkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV

      public static int nvkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV(VkPhysicalDevice physicalDevice, long pCombinationCount, long pCombinations)
      VkResult vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV(VkPhysicalDevice physicalDevice, uint32_t * pCombinationCount, VkFramebufferMixedSamplesCombinationNV * pCombinations)
    • vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV

      public static int vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV(VkPhysicalDevice physicalDevice, IntBuffer pCombinationCount, @Nullable VkFramebufferMixedSamplesCombinationNV.Buffer pCombinations)
      VkResult vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV(VkPhysicalDevice physicalDevice, uint32_t * pCombinationCount, VkFramebufferMixedSamplesCombinationNV * pCombinations)
    • vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV

      public static int vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV(VkPhysicalDevice physicalDevice, int[] pCombinationCount, @Nullable VkFramebufferMixedSamplesCombinationNV.Buffer pCombinations)
      VkResult vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV(VkPhysicalDevice physicalDevice, uint32_t * pCombinationCount, VkFramebufferMixedSamplesCombinationNV * pCombinations)