verygoodgraphics / vgg_runtime

The official implementation of VGG Specs with cross-platform vector graphics and user interfaces.
https://verygoodgraphics.com
Other
57 stars 4 forks source link

Skia shader compilation error on AMD GPU + Windows #333

Open harry75369 opened 5 months ago

harry75369 commented 5 months ago

Detailed description

Rendering some converted Figma files will throw error: required extension not request GL_ARB_sample_shading img_v3_02an_448bb74b-ea4e-4f81-8477-d473499248dg

Expected behavior

Skia shader compiles smoothly.

Actual behavior

Shader failed to compile.

Steps to reproduce

123.fig.zip

  1. Convert this Figma file to Daruma
  2. Compile and run VGG runtime under Win10 on a AMD GPU machine
  3. Use runtime to run converted Daruma file

Additional information

No response