Index: include/gpu/GrTypesPriv.h |
diff --git a/include/gpu/GrTypesPriv.h b/include/gpu/GrTypesPriv.h |
index 94ec1d7cfab58e99092357a2b083d4bff67b689c..0bae612db19d68ffbf85337492114dab0ba84170 100644 |
--- a/include/gpu/GrTypesPriv.h |
+++ b/include/gpu/GrTypesPriv.h |
@@ -217,4 +217,13 @@ static inline GrPrimitiveEdgeType GrInvertProcessorEdgeType(const GrPrimitiveEdg |
return kFillAA_GrProcessorEdgeType; // suppress warning. |
} |
+/** |
+ * Indicates the type of pending IO operations that can be recorded for gpu resources. |
+ */ |
+enum GrIOType { |
+ kRead_GrIOType, |
+ kWrite_GrIOType, |
+ kRW_GrIOType |
+}; |
+ |
#endif |