KhronosGroup / SPIRV-Registry

SPIR-V specs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageMSArray should require the image to be arrayed

polarina opened this issue · comments

Compare the wording for StorageImageMultisample and ImageMSArray.

StorageImageMultisample
Uses multi-sample images for non-sampled images

ImageMSArray
An MS operand in OpTypeImage indicates multisampled, used without a sampler.

From their descriptions alone one may believe that the two capabilities are equivalent. The ImageMSArray capability should require the Arrayed operand in OpTypeImage to be set too.

commented

I think that this has been resolved in the newest version of the spec.

commented

Fixed in SPIR-V 1.5 rev5!