• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1layout(wgsl, set=1, texture=2, sampler=3) uniform sampler2D aSampler;
2
3void main() {
4    sk_FragColor = sample(aSampler, float2(0));
5}
6
7/*%%*
8incompatible backend flag in SPIR-V codegen
9*%%*/
10