Home
last modified time | relevance | path

Searched defs:GetBufferHash (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DVertexBuffer.h112 …unsigned long long GetBufferHash(unsigned streamIndex) { return elementHash_ << (streamIndex * 16)… in GetBufferHash() function
H A DGeometry.cpp198 unsigned short Geometry::GetBufferHash() const in GetBufferHash() function in Urho3D::Geometry