Fix CUBIC feature flag documentation
- correct ul below `VkFormatFeatureFlagBits` - document in extension appendic
This commit is contained in:
parent
2f5bc66d7a
commit
5b8773c6ea
|
@ -17,6 +17,9 @@ using fixed texture sampling hardware.
|
|||
* Extending elink:VkFilter:
|
||||
** ename:VK_FILTER_CUBIC_IMG
|
||||
|
||||
* Extending elink:VkFormatFeatureFlagBits
|
||||
** ename:VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_IMG
|
||||
|
||||
=== Example
|
||||
|
||||
Creating a sampler with the new filter for both magnification and
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ename:VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_IMG::
|
||||
sname:VkImage can: be used with a sampler that has either of
|
||||
* ename:VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_IMG specifies
|
||||
that sname:VkImage can: be used with a sampler that has either of
|
||||
pname:magFilter or pname:minFilter set to ename:VK_FILTER_CUBIC_IMG, or
|
||||
be the source image for a blit with pname:filter set to
|
||||
ename:VK_FILTER_CUBIC_IMG.
|
||||
|
|
Loading…
Reference in New Issue