Searched refs:gpuHandleManager (Results 1 – 2 of 2) sorted by relevance
967 const IRenderHandleComponentManager& gpuHandleManager) in GetTextureIndex() argument986 TextureHelper& textureHelper, const IRenderHandleComponentManager& gpuHandleManager) in ExportGltfMaterialMetallicRoughness() argument1003 TextureHelper& textureHelper, const IRenderHandleComponentManager& gpuHandleManager) in ExportGltfMaterialClearcoat() argument1024 TextureHelper& textureHelper, const IRenderHandleComponentManager& gpuHandleManager) in ExportGltfMaterialIor() argument1036 TextureHelper& textureHelper, const IRenderHandleComponentManager& gpuHandleManager) in ExportGltfMaterialSheen() argument1051 TextureHelper& textureHelper, const IRenderHandleComponentManager& gpuHandleManager) in ExportGltfMaterialSpecular() argument1066 TextureHelper& textureHelper, const IRenderHandleComponentManager& gpuHandleManager) in ExportGltfMaterialTransmission() argument1080 TextureHelper& textureHelper, const IRenderHandleComponentManager& gpuHandleManager) in ExportGltfMaterialSpecularGlossiness() argument1211 IRenderHandleComponentManager& gpuHandleManager = in ExportGltfMaterials() local1234 const auto gpuHandleComponents = gpuHandleManager.GetComponentCount(); in ExportGltfMaterials()[all …]
1235 auto gpuHandleManager = GetManager<IRenderHandleComponentManager>(ecs); in ResolveDefaultSampler() local1237 Entity samplerEntity = LookupResourceByUri(samplerUri, *uriManager, *gpuHandleManager); in ResolveDefaultSampler()1244 gpuHandleManager->Create(samplerEntity); in ResolveDefaultSampler()1248 …gpuHandleManager->Write(samplerEntity)->reference = gpuResourceManager.GetSamplerHandle(samplerNam… in ResolveDefaultSampler()2168 …IRenderHandleComponentManager& gpuHandleManager = *(GetManager<IRenderHandleComponentManager>(ecs)… in CreateEnvironmentComponent() local2169 … if (const auto& envMapHandle = gpuHandleManager.Read(imageEntity)->reference; envMapHandle) { in CreateEnvironmentComponent()