Merge "DO NOT MERGE Add DrawGlInfo kModeProcessNoContext"

This commit is contained in:
Selim Gurun
2014-05-01 22:53:01 +00:00
committed by Gerrit Code Review

View File

@@ -55,7 +55,8 @@ struct DrawGlInfo {
kModeDraw, kModeDraw,
// Indicates the the functor is called only to perform // Indicates the the functor is called only to perform
// processing and that no draw should be attempted // processing and that no draw should be attempted
kModeProcess kModeProcess,
kModeProcessNoContext
}; };
/** /**