On Mon, 2016-11-14 at 09:29 -0800, Jason Ekstrand wrote:
> On Mon, Nov 14, 2016 at 5:23 AM, Iago Toral Quiroga m> wrote:
> > According to the spec for vkGetPhysicalDeviceImageFormatProperties:
> >
> > "If format is not a supported image format, or if the combination
> > of format,
> > type, tili
Also, please Cc stable
On Mon, Nov 14, 2016 at 9:29 AM, Jason Ekstrand
wrote:
> On Mon, Nov 14, 2016 at 5:23 AM, Iago Toral Quiroga
> wrote:
>
>> According to the spec for vkGetPhysicalDeviceImageFormatProperties:
>>
>> "If format is not a supported image format, or if the combination of
>> for
On Mon, Nov 14, 2016 at 5:23 AM, Iago Toral Quiroga
wrote:
> According to the spec for vkGetPhysicalDeviceImageFormatProperties:
>
> "If format is not a supported image format, or if the combination of
> format,
> type, tiling, usage, and flags is not supported for images, then
> vkGetPhysicalD
Thanks for Spotting this.
Reviewed-by: Lionel Landwerlin
On 14/11/16 13:23, Iago Toral Quiroga wrote:
According to the spec for vkGetPhysicalDeviceImageFormatProperties:
"If format is not a supported image format, or if the combination of format,
type, tiling, usage, and flags is not suppor
According to the spec for vkGetPhysicalDeviceImageFormatProperties:
"If format is not a supported image format, or if the combination of format,
type, tiling, usage, and flags is not supported for images, then
vkGetPhysicalDeviceImageFormatProperties returns
VK_ERROR_FORMAT_NOT_SUPPORTED."
Mak