Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit cbf4ff6

Browse files
authored
'Starter Project': port planet fragment shader to impeller tests (#53362)
This is a modified planet shader from the SimonDev's "GLSL Shaders from Scratch" course on teachables. With permission from Simon: > 100% use however you want, with or without credit I choose "with credit". https://github.com/flutter/engine/assets/1924313/47da62b5-6b6d-47c2-ac9f-f3a33f177a86
1 parent c92a110 commit cbf4ff6

File tree

4 files changed

+572
-0
lines changed

4 files changed

+572
-0
lines changed

impeller/fixtures/BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ impeller_shaders("shader_fixtures") {
3232
"instanced_draw.vert",
3333
"mipmaps.frag",
3434
"mipmaps.vert",
35+
"planet.frag",
36+
"planet.vert",
3537
"sample.comp",
3638
"sepia.frag",
3739
"sepia.vert",

0 commit comments

Comments
 (0)