Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
ParameterType.hpp
1
#pragma once
2
3
#include <stdint.h>
4
5
enum class
ParameterType : uint8_t {
6
Color,
7
Bool,
8
Int,
9
Int2,
10
Int3,
11
Int4,
12
Uint,
13
Uint2,
14
Uint3,
15
Uint4,
16
Float,
17
Float2
,
18
Float3,
19
Float4,
20
Double,
21
Double2,
22
Double3,
23
Double4,
24
Matrix2x2,
25
Matrix2x3,
26
Matrix2x4,
27
Matrix3x2,
28
Matrix4x2,
29
Matrix3x3,
30
Matrix3x4,
31
Matrix4x3,
32
Matrix4x4,
33
Texture,
34
Sampler,
35
Image,
36
Atomic
37
};
Float2
Definition
InputManager.cpp:52
sources
code
Plugins
EditorPipelineSetImporter
PipelineSet
Converter
ParameterType.hpp
Generated by
1.13.2