summaryrefslogtreecommitdiffstats
path: root/o3d/core/cross/features.h
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/core/cross/features.h')
-rw-r--r--o3d/core/cross/features.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/o3d/core/cross/features.h b/o3d/core/cross/features.h
index efd3266..7aed90b 100644
--- a/o3d/core/cross/features.h
+++ b/o3d/core/cross/features.h
@@ -82,6 +82,10 @@ class Features {
return init_status_;
}
+ Renderer::RenderModes render_modes() const {
+ return render_mode_;
+ }
+
private:
// Parses the features strings.
// Parameters:
@@ -99,6 +103,7 @@ class Features {
bool not_anti_aliased_;
bool flip_textures_;
Renderer::InitStatus init_status_;
+ Renderer::RenderModes render_mode_;
DISALLOW_COPY_AND_ASSIGN(Features);
};