"public/surfaceflinger.te" did not exist on "b8511e0d98880a683c276589ab7d8d7666b7f8c1"
Defer capability decl for ClipDistance, CullDistance, PointSize until actual use
The compiler will mark struct members with those builtins, but won't declare the capability until that member is accessed by some executable instruction. Test changes: - spv.430.vert: was missing ClipDistance capability. - spv.precise.tese: remove TessellationPointSize capability.
Loading
Please register or sign in to comment