Home
last modified time | relevance | path

Searched refs:lightPrepassSupport_ (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DGraphics.h349 bool GetLightPrepassSupport() const { return lightPrepassSupport_; } in GetLightPrepassSupport()
664 bool lightPrepassSupport_; variable
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D9/
H A DD3D9Graphics.cpp277 lightPrepassSupport_(false), in Graphics()
2458 lightPrepassSupport_ = false; in CheckFeatureSupport()
2523 lightPrepassSupport_ = true; in CheckFeatureSupport()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/OpenGL/
H A DOGLGraphics.cpp243 lightPrepassSupport_(false), in Graphics()
2773 lightPrepassSupport_ = false; in CheckFeatureSupport()
2802 lightPrepassSupport_ = true; in CheckFeatureSupport()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D11/
H A DD3D11Graphics.cpp224 lightPrepassSupport_(false), in Graphics()
2316 lightPrepassSupport_ = true; in CheckFeatureSupport()