Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- type ResolveModeFlags = ResolveModeFlagBits
- newtype ResolveModeFlagBits where
- ResolveModeFlagBits Flags
- pattern RESOLVE_MODE_NONE :: ResolveModeFlagBits
- pattern RESOLVE_MODE_SAMPLE_ZERO_BIT :: ResolveModeFlagBits
- pattern RESOLVE_MODE_AVERAGE_BIT :: ResolveModeFlagBits
- pattern RESOLVE_MODE_MIN_BIT :: ResolveModeFlagBits
- pattern RESOLVE_MODE_MAX_BIT :: ResolveModeFlagBits
- pattern RESOLVE_MODE_EXTERNAL_FORMAT_DOWNSAMPLE_ANDROID :: ResolveModeFlagBits
Documentation
newtype ResolveModeFlagBits Source #
VkResolveModeFlagBits - Bitmask indicating supported depth and stencil resolve modes
Description
If no resolve mode is otherwise specified, RESOLVE_MODE_AVERAGE_BIT
is
used.
Note
No range compression or Y′CBCR model conversion is performed by
RESOLVE_MODE_EXTERNAL_FORMAT_DOWNSAMPLE_ANDROID
; applications have to
do these conversions themselves. Value outputs are expected to match
those that would be read through a
Y′CBCR sampler using.
The color space that the values should be in is defined by the platform
and is not exposed via Vulkan.
See Also
VK_KHR_depth_stencil_resolve,
VK_VERSION_1_2,
RenderingAttachmentInfo
,
ResolveModeFlags
,
SubpassDescriptionDepthStencilResolve
pattern RESOLVE_MODE_NONE :: ResolveModeFlagBits |
|
pattern RESOLVE_MODE_SAMPLE_ZERO_BIT :: ResolveModeFlagBits |
|
pattern RESOLVE_MODE_AVERAGE_BIT :: ResolveModeFlagBits |
|
pattern RESOLVE_MODE_MIN_BIT :: ResolveModeFlagBits |
|
pattern RESOLVE_MODE_MAX_BIT :: ResolveModeFlagBits |
|
pattern RESOLVE_MODE_EXTERNAL_FORMAT_DOWNSAMPLE_ANDROID :: ResolveModeFlagBits |
|