summaryrefslogtreecommitdiff
path: root/ddl/out/LambdaCube.PipelineSchema2.hpp
blob: 4c577d65be584c3e21ae002c92f1e43845c77573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
// generated file, do not modify!
// 2016-11-10T16:02:38.214442000000Z

#ifndef HEADER_LambdaCube.PipelineSchema_H
#define HEADER_LambdaCube.PipelineSchema_H

#include "RT.hpp"

#include "LambdaCube.IR.hpp"

namespace data { 
}
class StreamType {
public:
  enum class tag { 
    Attribute_Word,
    Attribute_V2U,
    Attribute_V3U,
    Attribute_V4U,
    Attribute_Int,
    Attribute_V2I,
    Attribute_V3I,
    Attribute_V4I,
    Attribute_Float,
    Attribute_V2F,
    Attribute_V3F,
    Attribute_V4F,
    Attribute_M22F,
    Attribute_M23F,
    Attribute_M24F,
    Attribute_M32F,
    Attribute_M33F,
    Attribute_M34F,
    Attribute_M42F,
    Attribute_M43F,
    Attribute_M44F
  } tag;
};
namespace data { 
  class ObjectArraySchema {
  public: 
    std::shared_ptr<::FetchPrimitive> primitive;
    std::map<String, std::shared_ptr<::StreamType>> attributes;
  };
}
class ObjectArraySchema {
public:
  enum class tag { 
    ObjectArraySchema
  } tag;
  std::shared_ptr<data::ObjectArraySchema> ObjectArraySchema;
};
namespace data { 
  class PipelineSchema {
  public: 
    std::map<String, std::shared_ptr<::ObjectArraySchema>> objectArrays;
    std::map<String, std::shared_ptr<::InputType>> uniforms;
  };
}
class PipelineSchema {
public:
  enum class tag { 
    PipelineSchema
  } tag;
  std::shared_ptr<data::PipelineSchema> PipelineSchema;
};
#endif