mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Add simple_shader (#1668)
* Add `simple_shader` * Add NL at EOF * Adopt `analysis_defaults` * Update simple_shader/shaders/simple.frag Co-authored-by: Jonah Williams <jonahwilliams@google.com> * Update simple_shader/shaders/simple.frag Co-authored-by: Jonah Williams <jonahwilliams@google.com> * Update simple_shader/shaders/simple.frag Co-authored-by: Jonah Williams <jonahwilliams@google.com> * Update simple_shader/shaders/simple.frag Co-authored-by: Jonah Williams <jonahwilliams@google.com> * Update simple_shader/shaders/simple.frag Co-authored-by: Jonah Williams <jonahwilliams@google.com> * Update simple_shader/shaders/simple.frag Co-authored-by: Jonah Williams <jonahwilliams@google.com> * Update simple_shader/shaders/simple.frag Co-authored-by: Jonah Williams <jonahwilliams@google.com> * Update simple_shader/shaders/simple.frag Co-authored-by: Jonah Williams <jonahwilliams@google.com> * Apply `clang-format` to `shaders/simple.frag` --------- Co-authored-by: Jonah Williams <jonahwilliams@google.com>
This commit is contained in:
1
simple_shader/macos/Flutter/Flutter-Debug.xcconfig
Normal file
1
simple_shader/macos/Flutter/Flutter-Debug.xcconfig
Normal file
@@ -0,0 +1 @@
|
||||
#include "ephemeral/Flutter-Generated.xcconfig"
|
||||
1
simple_shader/macos/Flutter/Flutter-Release.xcconfig
Normal file
1
simple_shader/macos/Flutter/Flutter-Release.xcconfig
Normal file
@@ -0,0 +1 @@
|
||||
#include "ephemeral/Flutter-Generated.xcconfig"
|
||||
10
simple_shader/macos/Flutter/GeneratedPluginRegistrant.swift
Normal file
10
simple_shader/macos/Flutter/GeneratedPluginRegistrant.swift
Normal file
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// Generated file. Do not edit.
|
||||
//
|
||||
|
||||
import FlutterMacOS
|
||||
import Foundation
|
||||
|
||||
|
||||
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
||||
}
|
||||
Reference in New Issue
Block a user