VkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNVNative typedef

VkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNVNative = Int32 Function(Pointer<VkPhysicalDevice> physicalDevice, Pointer<NativeType> pCombinationCount, Pointer<VkFramebufferMixedSamplesCombinationNV> pCombinations)

Implementation

typedef VkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNVNative
    = Int32 Function(
        Pointer<VkPhysicalDevice> physicalDevice,
        Pointer pCombinationCount,
        Pointer<VkFramebufferMixedSamplesCombinationNV> pCombinations);