Skip to content
Unverified Commit a362e60d authored by Ryan Harrison's avatar Ryan Harrison Committed by GitHub
Browse files

Validate variable types for UniformConstant storage in Vulkan (#2008) (#2044)

Validate variable types for UniformConstant storage in Vulkan (#2008)

From the Vulkan 1.1 spec 14.5.2:
  Variables identified with the UniformConstant storage class are used
  only as handles to refer to opaque resources. Such variables must be
  typed as OpTypeImage, OpTypeSampler, OpTypeSampledImage, or an array
  of one of these types.

Fixes #2008
parent dc9d155d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment