summaryrefslogtreecommitdiff
path: root/ddl/out/java/LambdaCube/IR/Filter.java
blob: b79fe17e78fbcc5d58f032eed62ee323e18edc75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// generated file, do not modify!
// 2016-03-21T13:14:17.421561000000Z

package LambdaCube.IR;

import java.util.ArrayList;
import java.util.HashMap;
import RT.*;


public class Filter {
  public enum Tag { 
    Nearest,
    Linear,
    NearestMipmapNearest,
    NearestMipmapLinear,
    LinearMipmapNearest,
    LinearMipmapLinear
  }
  public Tag tag;

}