Searched refs:to_hex (Results 1 – 17 of 17) sorted by relevance
91 return camera.name.empty() ? string(to_hex(camera.id)) : string(camera.name); in GetCameraName()96 return scene.name.empty() ? string(to_hex(scene.id)) : string(scene.name); in GetSceneName()248 desc.renderNodeGraphName = renderScene.name + to_hex(renderCamera.id); in GetRenderNodeGraphDesc()274 desc.renderNodeGraphName = renderScene.name + to_hex(renderCamera.id); in GetRenderNodeGraphDescs()291 desc.renderNodeGraphName = renderScene.name + to_hex(renderCamera.id); in GetRenderNodeGraphDescs()315 ppDesc.renderNodeGraphName = renderScene.name + to_hex(mvCameraRef.id); in GetRenderNodeGraphDescs()342 const auto sceneIdStr = to_hex(renderScene.id); in GetRenderNodeGraphDesc()366 const auto sceneIdStr = to_hex(renderScene.id); in GetRenderNodeGraphDesc()
334 DefaultMaterialCameraConstants::CAMERA_COLOR_PREFIX_NAME + to_hex(nodeEntity.id), in CreateReflectionPlaneObjectFromEntity()341 …DefaultMaterialCameraConstants::CAMERA_DEPTH_PREFIX_NAME + to_hex(nodeEntity.id), Format::BASE_FOR… in CreateReflectionPlaneObjectFromEntity()
156 fn to_hex(bytes: &Vec<u8>) -> Result<Vec<u8>> { in to_hex() function175 Some(Value::Bytes(bytes)) => aad.extend(to_hex(bytes)?), in build_aad_v2()
245 auto const onceId = to_hex(row.entity.id); in UpdateSkin()258 auto const onceId = to_hex(row.entity.id); in UpdateSkin()
302 ret.append(to_hex(entity.id)); in GetPostProcessName()329 ret.append(to_hex(entity.id)); in GetCameraName()1890 to_hex(PREPASS_CAMERA_START_UNIQUE_ID); in ProcessCameras()
238 …currentScene_.cameraControllerRenderNodeName = string(scene.name) + to_hex(fetchCamId) + "CORE3D_R… in UpdateCurrentScene()
1183 escaped += BASE_NS::to_hex(hi); in CORE_BEGIN_NAMESPACE()1192 const auto codepoint = BASE_NS::to_hex(code); in CORE_BEGIN_NAMESPACE()
569 to_hex(swapchainData.swapchain->GetSurfaceHandle()) + '_'; in CreateSwapchainImpl()
533 to_hex(static_cast<const Entity&>(track->target).id).data()); in UpdateTrackTargets()
594 postFixed.append(BASE_NS::to_hex(entity.id)); in AddEntityToSubcollection()
143 to_hex(static_cast<const Entity&>(track->target).id).data()); in UpdateTrackTargets()
984 compound.append(BASE_NS::to_hex(entity.id)); in ReadComponents()
721 name.append(BASE_NS::to_hex(attachment.id)); in CompleteInitialization()
1283 … uri = node->Name()->GetValue() + ":" + BASE_NS::to_hex(ecsObject->GetEntity().id); in CacheNode()
462 constexpr fixed_string<21u> to_hex(Number num)
471 PLUGIN_LOG_ONCE_E(to_hex(res.handle.id), "mip layouts missing"); in ModifyAdditionalImageState()952 PLUGIN_LOG_ONCE_E(to_hex(handle.id), "mip layouts missing"); in BeginRenderPassUpdateImageStates()1181 … PLUGIN_LOG_ONCE_E(to_hex(cb.resourceHandle.id), "mip layouts missing"); in HandleCustomBarriers()
687 … CORE_LOG_D("Couldn't find common root for skinned entity %s", to_hex(skinnedEntity.id).data()); in ExportGltfSkins()