Home
last modified time | relevance | path

Searched refs:vertexDeclarationHash_ (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DGraphics.h704 unsigned long long vertexDeclarationHash_; variable
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D11/
H A DD3D11Graphics.cpp2361 vertexDeclarationHash_ = 0; in ResetCachedState()
2467 if (newVertexDeclarationHash != vertexDeclarationHash_) in PrepareDraw()
2477 vertexDeclarationHash_ = newVertexDeclarationHash; in PrepareDraw()