1
0
mirror of https://github.com/flutter/samples.git synced 2026-06-11 08:49:20 +00:00

Tidyup varfont_shader_puzzle (#1629)

* Tidyup `varfont_shader_puzzle`

* Add a rebuild script and a test

* Simplify fragment shaders

* Drop web

* Enable `beta` CI

* make it `beta` inclusive

* Pull out the program loading code
This commit is contained in:
Brett Morgan
2023-02-07 13:59:06 +10:00
committed by GitHub
parent 44f2356073
commit 54950c4284
52 changed files with 244 additions and 702 deletions

View File

@@ -90,12 +90,12 @@ BEGIN
BLOCK "040904e4"
BEGIN
VALUE "CompanyName", "com.example" "\0"
VALUE "FileDescription", "type_jam_github" "\0"
VALUE "FileDescription", "varfont_shader_puzzle" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "type_jam_github" "\0"
VALUE "InternalName", "varfont_shader_puzzle" "\0"
VALUE "LegalCopyright", "Copyright (C) 2023 com.example. All rights reserved." "\0"
VALUE "OriginalFilename", "type_jam_github.exe" "\0"
VALUE "ProductName", "type_jam_github" "\0"
VALUE "OriginalFilename", "varfont_shader_puzzle.exe" "\0"
VALUE "ProductName", "varfont_shader_puzzle" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"
END
END