Fix CUBIC feature flag documentation

- correct ul below `VkFormatFeatureFlagBits`
- document in extension appendic
This commit is contained in:
Petr Kraus 2017-12-11 01:36:37 +01:00
parent 2f5bc66d7a
commit 5b8773c6ea
2 changed files with 5 additions and 2 deletions

View File

@ -17,6 +17,9 @@ using fixed texture sampling hardware.
* Extending elink:VkFilter: * Extending elink:VkFilter:
** ename:VK_FILTER_CUBIC_IMG ** ename:VK_FILTER_CUBIC_IMG
* Extending elink:VkFormatFeatureFlagBits
** ename:VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_IMG
=== Example === Example
Creating a sampler with the new filter for both magnification and Creating a sampler with the new filter for both magnification and

View File

@ -1,5 +1,5 @@
ename:VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_IMG:: * ename:VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_IMG specifies
sname:VkImage can: be used with a sampler that has either of 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 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 be the source image for a blit with pname:filter set to
ename:VK_FILTER_CUBIC_IMG. ename:VK_FILTER_CUBIC_IMG.