Package org.lwjgl.vulkan
Class EXTFilterCubic
- java.lang.Object
-
- org.lwjgl.vulkan.EXTFilterCubic
-
public final class EXTFilterCubic extends java.lang.Object
VK_EXT_filter_cubic
extendsVK_IMG_filter_cubic
.It documents cubic filtering of other image view types. It adds new structures that can be added to the
pNext
chain ofVkPhysicalDeviceImageFormatInfo2
andVkImageFormatProperties2
that can be used to determine which image types and which image view types support cubic filtering.- Name String
VK_EXT_filter_cubic
- Extension Type
- Device extension
- Registered Extension Number
- 171
- Revision
- 2
- Extension and Version Dependencies
- Requires Vulkan 1.0
- Requires
VK_IMG_filter_cubic
- Contact
- Bill Licea-Kane wwlk
- Last Modified Date
- 2019-01-24
- Contributors
- Bill Licea-Kane, Qualcomm Technologies, Inc.
- Andrew Garrard, Samsung
- Daniel Koch, NVIDIA
- Donald Scorgie, Imagination Technologies
- Graeme Leese, Broadcom
- Jan-Herald Fredericksen, ARM
- Jeff Leger, Qualcomm Technologies, Inc.
- Tobias Hector, AMD
- Tom Olson, ARM
- Stuart Smith, Imagination Technologies
-
-
Field Summary
Fields Modifier and Type Field 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
ExtendsVkFilter
.static int
VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_EXT
ExtendsVkFormatFeatureFlagBits
.static int
VK_STRUCTURE_TYPE_FILTER_CUBIC_IMAGE_VIEW_IMAGE_FORMAT_PROPERTIES_EXT
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_VIEW_IMAGE_FORMAT_INFO_EXTExtendsVkStructureType
.
-
-
-
Field Detail
-
VK_EXT_FILTER_CUBIC_SPEC_VERSION
The extension specification version.
-
VK_EXT_FILTER_CUBIC_EXTENSION_NAME
The extension name.
-
VK_FILTER_CUBIC_EXT
ExtendsVkFilter
.
-
VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_EXT
ExtendsVkFormatFeatureFlagBits
.
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_VIEW_IMAGE_FORMAT_INFO_EXT, VK_STRUCTURE_TYPE_FILTER_CUBIC_IMAGE_VIEW_IMAGE_FORMAT_PROPERTIES_EXT
ExtendsVkStructureType
.Enum values:
-
-