Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data SamplerCustomBorderColorCreateInfoEXT = SamplerCustomBorderColorCreateInfoEXT {}
- data PhysicalDeviceCustomBorderColorPropertiesEXT = PhysicalDeviceCustomBorderColorPropertiesEXT {}
- data PhysicalDeviceCustomBorderColorFeaturesEXT = PhysicalDeviceCustomBorderColorFeaturesEXT {}
- type EXT_CUSTOM_BORDER_COLOR_SPEC_VERSION = 12
- pattern EXT_CUSTOM_BORDER_COLOR_SPEC_VERSION :: forall a. Integral a => a
- type EXT_CUSTOM_BORDER_COLOR_EXTENSION_NAME = "VK_EXT_custom_border_color"
- pattern EXT_CUSTOM_BORDER_COLOR_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a
Documentation
data SamplerCustomBorderColorCreateInfoEXT Source #
VkSamplerCustomBorderColorCreateInfoEXT - Structure specifying custom border color
Valid Usage
- If provided
format
is notFORMAT_UNDEFINED
then theSamplerCreateInfo
::borderColor
type must match the sampled type of the providedformat
, as shown in the SPIR-V Sampled Type column of the https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-numericformat table
- If the
customBorderColorWithoutFormat
feature is not enabled then
format
must not beFORMAT_UNDEFINED
- If the sampler is used to sample an image view of
FORMAT_B4G4R4A4_UNORM_PACK16
format thenformat
must not beFORMAT_UNDEFINED
Valid Usage (Implicit)
format
must be a validFormat
value
See Also
SamplerCustomBorderColorCreateInfoEXT | |
|
Instances
data PhysicalDeviceCustomBorderColorPropertiesEXT Source #
VkPhysicalDeviceCustomBorderColorPropertiesEXT - Structure describing whether custom border colors can be supported by an implementation
Members
The members of the PhysicalDeviceCustomBorderColorPropertiesEXT
structure describe the following features:
Valid Usage (Implicit)
See Also
PhysicalDeviceCustomBorderColorPropertiesEXT | |
|
Instances
data PhysicalDeviceCustomBorderColorFeaturesEXT Source #
VkPhysicalDeviceCustomBorderColorFeaturesEXT - Structure describing whether custom border colors can be supported by an implementation
Members
The members of the PhysicalDeviceCustomBorderColorFeaturesEXT
structure describe the following features:
Valid Usage (Implicit)
See Also
PhysicalDeviceCustomBorderColorFeaturesEXT | |
|
Instances
type EXT_CUSTOM_BORDER_COLOR_SPEC_VERSION = 12 Source #
pattern EXT_CUSTOM_BORDER_COLOR_SPEC_VERSION :: forall a. Integral a => a Source #
type EXT_CUSTOM_BORDER_COLOR_EXTENSION_NAME = "VK_EXT_custom_border_color" Source #
pattern EXT_CUSTOM_BORDER_COLOR_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #