Searched refs:GetTextureIndex (Results 1 - 1 of 1) sorted by relevance
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_exporter.cpp | 339 auto GetTextureIndex(uint32_t samplerIndex, uint32_t imageIndex) in GetTextureIndex() function in GLTF2::__anon9742::TextureHelper 965 inline uint32_t GetTextureIndex(const MaterialComponent& materialDesc, in GetTextureIndex() function 980 return textureHelper.GetTextureIndex(samplerIndex, imageIndex); in GetTextureIndex() 992 GetTextureIndex(materialDesc, MaterialComponent::TextureIndex::BASE_COLOR, textureHelper, gpuHandleManager); in ExportGltfMaterialMetallicRoughness() 998 GetTextureIndex(materialDesc, MaterialComponent::TextureIndex::MATERIAL, textureHelper, gpuHandleManager); in ExportGltfMaterialMetallicRoughness() 1011 GetTextureIndex(materialDesc, MaterialComponent::TextureIndex::CLEARCOAT, textureHelper, gpuHandleManager); in ExportGltfMaterialClearcoat() 1012 exportMaterial.clearcoat.roughnessTexture.index = GetTextureIndex( in ExportGltfMaterialClearcoat() 1014 exportMaterial.clearcoat.normalTexture.textureInfo.index = GetTextureIndex( in ExportGltfMaterialClearcoat() 1044 GetTextureIndex(materialDesc, MaterialComponent::TextureIndex::SHEEN, textureHelper, gpuHandleManager); in ExportGltfMaterialSheen() 1057 GetTextureIndex(materialDes in ExportGltfMaterialSpecular() [all...] |
Completed in 6 milliseconds