I hereby claim:
- I am vild on github.
- I am wild (https://keybase.io/wild) on keybase.
- I have a public key whose fingerprint is 0E87 D6C3 F9AF 7FDE D0C8 588D 22E3 B67B 4A86 FDE7
To claim this, I am signing this object:
import std; | |
string[] toText = [ | |
0 : ":black_large_square:", 1 : ":one:", 2 : ":two:", 3 : ":three:", | |
4 : ":four:", 5 : ":five:", 6 : ":six:", 7 : ":seven:", 8 : ":eight:", | |
9 : ":bomb:" | |
]; | |
string toEmote(size_t i) | |
{ |
enum DataRate { | |
vertex, | |
instance | |
} | |
struct ShaderData(T_, size_t BitsPerChannel_, string Channels_, ChannelFormat Format_) { | |
alias T = T_; | |
alias BitsPerChannel = BitsPerChannel_; | |
alias Channels = Channels_; |
/** | |
* The filesystem base types | |
* | |
* Copyright: © 2015-2017, Dan Printzell | |
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, Mozilla Public License Version 2.0) | |
* (See accompanying file LICENSE) | |
* Authors: $(LINK2 https://vild.io/, Dan Printzell) | |
*/ | |
module fs.block; |
// By Dan Printzell <github vild io> | |
// License: MPLv2 | |
#ifdef GL_FRAGMENT_PRECISION_HIGH | |
precision highp float; | |
#else | |
precision mediump float; | |
#endif | |
uniform vec2 resolution; | |
uniform float time; |
I hereby claim:
To claim this, I am signing this object: