Searched refs:GetMaterialIndices (Results 1 – 4 of 4) sorted by relevance
358 …virtual RenderDataDefaultMaterial::MaterialIndices GetMaterialIndices(const uint64_t id) const = 0;365 virtual RenderDataDefaultMaterial::MaterialIndices GetMaterialIndices(
92 RenderDataDefaultMaterial::MaterialIndices GetMaterialIndices(const uint64_t id) const override; in CORE3D_BEGIN_NAMESPACE()93 …RenderDataDefaultMaterial::MaterialIndices GetMaterialIndices(uint64_t id, uint32_t instanceCount)… in CORE3D_BEGIN_NAMESPACE()
756 RenderDataDefaultMaterial::MaterialIndices RenderDataStoreDefaultMaterial::GetMaterialIndices(const… in GetMaterialIndices() function in RenderDataStoreDefaultMaterial766 RenderDataDefaultMaterial::MaterialIndices RenderDataStoreDefaultMaterial::GetMaterialIndices( in GetMaterialIndices() function in RenderDataStoreDefaultMaterial
925 const auto matIndices = dataStoreMaterial.GetMaterialIndices(material.id, instanceCount); in AddRenderMaterial()