Package icyllis.arc3d.engine
Class BaseContextOptions
java.lang.Object
icyllis.arc3d.engine.BaseContextOptions
- Direct Known Subclasses:
ContextOptions
,RecordingContextOptions
-
Field Summary
Modifier and TypeFieldDescriptionlong
The budgeted in bytes for GPU resources allocated and held by the Context. -
Constructor Summary
-
Method Summary
-
Field Details
-
mMaxResourceBudget
public long mMaxResourceBudgetThe budgeted in bytes for GPU resources allocated and held by the Context.
-
-
Constructor Details
-
BaseContextOptions
public BaseContextOptions()
-