Add high quality WebGPU renderer (#3388)

This commit is contained in:
w
2026-08-14 10:01:00 -07:00
committed by GitHub
parent 581a89b7b0
commit 5c3ae37d52
16 changed files with 1731 additions and 4 deletions
+4
View File
@@ -292,6 +292,10 @@ dependencies {
}
implementation(libs.image.decoder)
implementation(libs.image.decoder2)
implementation(libs.webgpuviewer)
implementation(libs.kim)
// UI libraries
implementation(libs.material)
implementation(libs.flexibleAdapter)