blob: d896c5e60659a59e194c8cb446bc73236291bab8 [file] [log] [blame]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef TYPES_GLSL_
#define TYPES_GLSL_
#define BoolF float
#define BoolV2 vec2
#define BoolV3 vec3
#define BoolV4 vec4
#endif