KhronosGroup / KhronosGroup/Vulkan-Docs
UNASSIGNED-CoreValidation-Shader-InconsistentSpirv reported when using sampler2DRect in GLSL
Open
- Dominant language
- JavaScript
- Stars
- 3.3k
- Forks
- 549
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 2
Description
When loading a SPIR-V module compiled with a sampler2DRect either as a split texture2DRect and sampler, the following error is generated:
` UNASSIGNED-CoreValidation-Shader-InconsistentSpirv - SPIR-V module not valid: Capability SampledRect is not allowed by Vulkan 1.2 specification (or requires extension)`
[See this khronos Vulkan forum thread for more info.](https://community.khronos.org/t/unnormalized-texture-coordinate-reads-with-vksampler/107543/7)
Contributor guide
Assessment
This issue has not been assessed yet.