public final class EXTFilterCubic
extends java.lang.Object
VK_EXT_filter_cubic extends VK_IMG_filter_cubic.
It documents cubic filtering of other image view types. It adds new structures that can be added to the pNext chain of VkPhysicalDeviceImageFormatInfo2 and VkImageFormatProperties2 that can be used to determine which image types and which image view types support cubic filtering.
VK_EXT_filter_cubicVK_IMG_filter_cubic| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VK_EXT_FILTER_CUBIC_EXTENSION_NAME
The extension name.
|
static int |
VK_EXT_FILTER_CUBIC_SPEC_VERSION
The extension specification version.
|
static int |
VK_FILTER_CUBIC_EXT
Extends
VkFilter. |
static int |
VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_EXT
Extends
VkFormatFeatureFlagBits. |
static int |
VK_STRUCTURE_TYPE_FILTER_CUBIC_IMAGE_VIEW_IMAGE_FORMAT_PROPERTIES_EXT
Extends
VkStructureType. |
static int |
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_VIEW_IMAGE_FORMAT_INFO_EXT
Extends
VkStructureType. |
public static final int VK_EXT_FILTER_CUBIC_SPEC_VERSION
public static final java.lang.String VK_EXT_FILTER_CUBIC_EXTENSION_NAME
public static final int VK_FILTER_CUBIC_EXT
VkFilter.public static final int VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_EXT
VkFormatFeatureFlagBits.public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_VIEW_IMAGE_FORMAT_INFO_EXT
VkStructureType.
public static final int VK_STRUCTURE_TYPE_FILTER_CUBIC_IMAGE_VIEW_IMAGE_FORMAT_PROPERTIES_EXT
VkStructureType.
Copyright LWJGL. All Rights Reserved. License terms.