aboutsummaryrefslogtreecommitdiff
path: root/include/NvFlowTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/NvFlowTypes.h')
-rw-r--r--include/NvFlowTypes.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/NvFlowTypes.h b/include/NvFlowTypes.h
index 487809f..dd78a96 100644
--- a/include/NvFlowTypes.h
+++ b/include/NvFlowTypes.h
@@ -42,6 +42,26 @@ struct NvFlowUint4
NvFlowUint x, y, z, w;
};
+struct NvFlowInt2
+{
+ int x, y;
+};
+
+struct NvFlowInt3
+{
+ int x, y, z;
+};
+
+struct NvFlowInt4
+{
+ int x, y, z, w;
+};
+
+struct NvFlowFloat2
+{
+ float x, y;
+};
+
struct NvFlowFloat3
{
float x, y, z;