[Metaballs] Add empty shader file to app
This commit is contained in:
parent
e994708218
commit
d915bae8cd
2 changed files with 30 additions and 0 deletions
12
Metaballs/Shaders.metal
Normal file
12
Metaballs/Shaders.metal
Normal file
|
@ -0,0 +1,12 @@
|
|||
//
|
||||
// Shaders.metal
|
||||
// Metaballs
|
||||
//
|
||||
// Created by Eryn Wells on 7/30/17.
|
||||
// Copyright © 2017 Eryn Wells. All rights reserved.
|
||||
//
|
||||
|
||||
#include <metal_stdlib>
|
||||
using namespace metal;
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue