Commit 61f2a46a by Chris Forbes

Replace broken prime in Y'CbCr comment

Change-Id: I79303a65a2f578164d36917b503a1aed188cd2a2 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/33448Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarChris Forbes <chrisforbes@google.com>
parent 2fa1dad2
...@@ -729,7 +729,7 @@ void PhysicalDevice::getImageFormatProperties(Format format, VkImageType type, V ...@@ -729,7 +729,7 @@ void PhysicalDevice::getImageFormatProperties(Format format, VkImageType type, V
pImageFormatProperties->sampleCounts = VK_SAMPLE_COUNT_1_BIT; pImageFormatProperties->sampleCounts = VK_SAMPLE_COUNT_1_BIT;
} }
// "Images created with a format from one of those listed in Formats requiring sampler YCBCR conversion for VK_IMAGE_ASPECT_COLOR_BIT image views // "Images created with a format from one of those listed in Formats requiring sampler Y'CbCr conversion for VK_IMAGE_ASPECT_COLOR_BIT image views
// have further restrictions on their limits and capabilities compared to images created with other formats." // have further restrictions on their limits and capabilities compared to images created with other formats."
if(format.isYcbcrFormat()) if(format.isYcbcrFormat())
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment