MCPcopy Create free account

hub / github.com/NcStudios/NcEngine / functions

Functions4,405 in github.com/NcStudios/NcEngine

↓ 1 callersMethodGetExceptionContext
@brief Get the TaskGraph's ExceptionContext object. */
include/ncengine/task/TaskGraph.h:87
↓ 1 callersMethodGetExternalMemoryHandleTypeFlags
source/external/vulkan/vk_mem_alloc.h:11548
↓ 1 callersFunctionGetFallbackWindowNameForWindowingList
Window has already passed the IsWindowNavFocusable()
source/external/imgui/src/imgui.cpp:11996
↓ 1 callersMethodGetFreeRegionsCount
source/external/vulkan/vk_mem_alloc.h:7896
↓ 1 callersMethodGetFriction
include/ncengine/physics/PhysicsBody.h:70
↓ 1 callersFunctionGetGlobalInverseTransform
source/engine/graphics/system/SkeletalAnimationTypes.cpp:8
↓ 1 callersMethodGetGlyphRangesDefault
Retrieve list of range (2 int per range, values are inclusive)
source/external/imgui/src/imgui_draw.cpp:2809
↓ 1 callersMethodGetIndexData
source/engine/graphics/api/vulkan/meshes/MeshStorage.h:29
↓ 1 callersFunctionGetInputTextState
source/external/imgui/imgui_internal.h:3162
↓ 1 callersMethodGetIntRef
References are only valid until a new value is added to the storage. Calling a Set***() function or a Get***Ref() function invalidates the pointer.
source/external/imgui/src/imgui.cpp:2370
↓ 1 callersMethodGetLitPass
source/engine/graphics/api/vulkan/RenderGraph.h:32
↓ 1 callersMethodGetLoadedAssets
source/engine/assets/NcAssetImpl.cpp:88
↓ 1 callersMethodGetMapRefCount
source/external/vulkan/vk_mem_alloc.h:5951
↓ 1 callersMethodGetMemoryTypeMinAlignment
Minimum alignment for all allocations in specific memory type.
source/external/vulkan/vk_mem_alloc.h:11428
↓ 1 callersFunctionGetMeshPathForCollider
source/engine/graphics/debug/DebugWidget.cpp:10
↓ 1 callersFunctionGetMinimumStepAtDecimalPrecision
source/external/imgui/src/imgui_widgets.cpp:2178
↓ 1 callersMethodGetModuleRegistry
source/engine/engine/NcEngineImpl.cpp:106
↓ 1 callersMethodGetMouseCursorTexData
source/external/imgui/src/imgui_draw.cpp:2232
↓ 1 callersFunctionGetMouseSourceFromMessageExtraInfo
GLFW doesn't allow to distinguish Mouse vs TouchScreen vs Pen. Add support for Win32 (based on imgui_impl_win32), because we rely on _TouchScreen info
source/external/imgui/src/imgui_impl_glfw.cpp:455
↓ 1 callersMethodGetNextFreeRegionSize
source/external/vulkan/vk_mem_alloc.h:8735
↓ 1 callersMethodGetNextRenderReadyImageIndex
source/engine/graphics/api/vulkan/Swapchain.cpp:269
↓ 1 callersMethodGetParticles
source/engine/graphics/system/ParticleEmitterSystem.cpp:86
↓ 1 callersMethodGetPhysicalDevice
source/external/vulkan/vk_mem_alloc.h:11404
↓ 1 callersMethodGetPhysicalDevices
source/engine/graphics/api/vulkan/core/Instance.cpp:102
↓ 1 callersMethodGetPriority
source/external/vulkan/vk_mem_alloc.h:10897
↓ 1 callersMethodGetRanks
Access to results. mRanks is a list of indices in sorted order, i.e. in the order you may further process your data
source/engine/physics/collision/broad_phase/Radix.h:30
↓ 1 callersMethodGetRegistry
source/engine/engine/NcEngineImpl.cpp:101
↓ 1 callersMethodGetRemainingSpace
source/engine/ecs/SoA.h:187
↓ 1 callersMethodGetRemoved
source/engine/physics/collision/narrow_phase/ManifoldCache.h:37
↓ 1 callersMethodGetRestitution
include/ncengine/physics/PhysicsBody.h:71
↓ 1 callersMethodGetSelectedEntity
source/engine/ui/editor/impl/windows/SceneGraph.h:25
↓ 1 callersFunctionGetSerializablePools
source/engine/serialize/SceneSerialization.cpp:69
↓ 1 callersMethodGetSoA
source/engine/particle/EmitterState.cpp:116
↓ 1 callersMethodGetStatistics
source/external/vulkan/vk_mem_alloc.h:11319
↓ 1 callersMethodGetStats
source/external/vulkan/vk_mem_alloc.h:10998
↓ 1 callersMethodGetStatus
source/engine/audio/DeviceStream.cpp:45
↓ 1 callersMethodGetStreamStatus
source/engine/audio/DeviceStream.cpp:146
↓ 1 callersFunctionGetSubpassDependencies
source/engine/graphics/api/vulkan/renderpasses/RenderPass.cpp:42
↓ 1 callersFunctionGetSubpassDescriptions
source/engine/graphics/api/vulkan/renderpasses/RenderPass.cpp:27
↓ 1 callersFunctionGetSwapChainImages
source/engine/graphics/api/vulkan/Swapchain.cpp:65
↓ 1 callersFunctionGetTabBarFromTabBarRef
source/external/imgui/src/imgui_widgets.cpp:7499
↓ 1 callersFunctionGetTabBarRefFromTabBar
source/external/imgui/src/imgui_widgets.cpp:7505
↓ 1 callersMethodGetTexDataAsRGBA32
source/external/imgui/src/imgui_draw.cpp:2043
↓ 1 callersFunctionGetTopLeftCoords
source/engine/ui/UIPosition.cpp:6
↓ 1 callersMethodGetU64
* @brief Generate a random size_t in the range [0, std::numeric_limits<size_t>::max()]. * @return size_t */
include/ncengine/math/Random.h:69
↓ 1 callersMethodGetUid
source/engine/graphics/api/vulkan/renderpasses/RenderPass.cpp:153
↓ 1 callersMethodGetUniqueIndices
source/engine/graphics/api/vulkan/QueueFamily.h:46
↓ 1 callersMethodGetVector2
* @brief Generate a random Vector2 with components in the range [0, 1]. * @return Vector2 */
include/ncengine/math/Random.h:75
↓ 1 callersMethodGetVector3
* @brief Generate a random Vector3 with components in the range [0, 1]. * @return Vector3 */
include/ncengine/math/Random.h:81
↓ 1 callersMethodGetVector4
* @brief Generate a random Vector4 with components in the range [0, 1]. * @return Vector4 */
include/ncengine/math/Random.h:87
↓ 1 callersMethodGetVertexData
source/engine/graphics/api/vulkan/meshes/MeshStorage.h:24
↓ 1 callersMethodGetVkPass
source/engine/graphics/api/vulkan/renderpasses/RenderPass.cpp:158
↓ 1 callersMethodGetVoidPtr
source/external/imgui/src/imgui.cpp:2361
↓ 1 callersMethodGetWindow
source/engine/window/WindowImpl.cpp:103
↓ 1 callersFunctionGetWindowBgColorIdx
source/external/imgui/src/imgui.cpp:5610
↓ 1 callersMethodGetWorkRect
source/external/imgui/imgui_internal.h:1598
↓ 1 callersFunctionGetXAxis
source/engine/input/Input.cpp:49
↓ 1 callersFunctionGetYAxis
source/engine/input/Input.cpp:57
↓ 1 callersFunctionGjk
source/engine/physics/collision/narrow_phase/Gjk.h:128
↓ 1 callersFunctionGjkVsTriangle
source/engine/physics/collision/narrow_phase/Gjk.h:179
↓ 1 callersFunctionGraphicsFactory
source/engine/graphics/IGraphics.cpp:10
↓ 1 callersMethodHandler
@brief Get the T's ComponentHandler. */
include/ncengine/ecs/ComponentPool.h:134
↓ 1 callersFunctionHasCompletedAnimationCycle
source/engine/graphics/system/SkeletalAnimationSystem.cpp:37
↓ 1 callersMethodHasFactory
include/ncengine/ecs/ComponentPool.h:191
↓ 1 callersMethodHasSerialize
include/ncengine/ecs/ComponentPool.h:193
↓ 1 callersFunctionHullProperties
source/engine/ui/editor/impl/ComponentWidgets.cpp:82
↓ 1 callersMethodId
include/ncengine/utility/detail/SignalInternal.h:97
↓ 1 callersFunctionImBezierCubicClosestPointCasteljauStep
Closely mimics PathBezierToCasteljau() in imgui_draw.cpp
source/external/imgui/src/imgui.cpp:1581
↓ 1 callersFunctionImBezierQuadraticCalc
source/external/imgui/src/imgui_draw.cpp:1229
↓ 1 callersFunctionImDot
source/external/imgui/imgui_internal.h:463
↓ 1 callersFunctionImFileGetSize
source/external/imgui/src/imgui.cpp:1985
↓ 1 callersFunctionImFileRead
source/external/imgui/src/imgui.cpp:1986
↓ 1 callersFunctionImFontAtlasBuildFinish
This is called/shared by both the stb_truetype and the FreeType builder.
source/external/imgui/src/imgui_draw.cpp:2779
↓ 1 callersFunctionImFontAtlasBuildInit
Note: this is called / shared by both the stb_truetype and the FreeType builder
source/external/imgui/src/imgui_draw.cpp:2758
↓ 1 callersFunctionImFontAtlasBuildMultiplyCalcLookupTable
source/external/imgui/src/imgui_draw.cpp:2282
↓ 1 callersFunctionImFontAtlasBuildMultiplyRectAlpha8
source/external/imgui/src/imgui_draw.cpp:2291
↓ 1 callersFunctionImFontAtlasBuildPackCustomRects
source/external/imgui/src/imgui_draw.cpp:2619
↓ 1 callersFunctionImFontAtlasBuildRenderDefaultTexData
source/external/imgui/src/imgui_draw.cpp:2666
↓ 1 callersFunctionImFontAtlasBuildRenderLinesTexData
source/external/imgui/src/imgui_draw.cpp:2706
↓ 1 callersFunctionImFontAtlasBuildSetupFont
source/external/imgui/src/imgui_draw.cpp:2604
↓ 1 callersFunctionImFontAtlasGetBuilderForStbTruetype
source/external/imgui/src/imgui_draw.cpp:2595
↓ 1 callersFunctionImGuiListClipper_SeekCursorAndSetupPrevLine
source/external/imgui/src/imgui.cpp:2712
↓ 1 callersFunctionImGuiListClipper_SortAndFuseRanges
source/external/imgui/src/imgui.cpp:2688
↓ 1 callersFunctionImGuiListClipper_StepInternal
source/external/imgui/src/imgui.cpp:2816
↓ 1 callersFunctionImGuiTableTempData
source/external/imgui/imgui_internal.h:2681
↓ 1 callersFunctionImGui_ImplGlfw_InitForVulkan
source/external/imgui/src/imgui_impl_glfw.cpp:615
↓ 1 callersFunctionImGui_ImplGlfw_InstallCallbacks
source/external/imgui/src/imgui_impl_glfw.cpp:481
↓ 1 callersFunctionImGui_ImplGlfw_KeyToImGuiKey
source/external/imgui/src/imgui_impl_glfw.cpp:162
↓ 1 callersFunctionImGui_ImplGlfw_NewFrame
source/external/imgui/src/imgui_impl_glfw.cpp:766
↓ 1 callersFunctionImGui_ImplGlfw_RestoreCallbacks
source/external/imgui/src/imgui_impl_glfw.cpp:498
↓ 1 callersFunctionImGui_ImplGlfw_Shutdown
source/external/imgui/src/imgui_impl_glfw.cpp:625
↓ 1 callersFunctionImGui_ImplGlfw_TranslateUntranslatedKey
source/external/imgui/src/imgui_impl_glfw.cpp:320
↓ 1 callersFunctionImGui_ImplGlfw_UpdateGamepads
source/external/imgui/src/imgui_impl_glfw.cpp:715
↓ 1 callersFunctionImGui_ImplGlfw_UpdateMouseCursor
source/external/imgui/src/imgui_impl_glfw.cpp:687
↓ 1 callersFunctionImGui_ImplGlfw_UpdateMouseData
source/external/imgui/src/imgui_impl_glfw.cpp:649
↓ 1 callersFunctionImGui_ImplVulkanH_CreateWindowCommandBuffers
source/external/imgui/src/imgui_impl_vulkan.cpp:1154
↓ 1 callersFunctionImGui_ImplVulkanH_CreateWindowSwapChain
Also destroy old swap chain and in-flight frames data, if any.
source/external/imgui/src/imgui_impl_vulkan.cpp:1214
↓ 1 callersFunctionImGui_ImplVulkanH_DestroyFrameRenderBuffers
source/external/imgui/src/imgui_impl_vulkan.cpp:1432
↓ 1 callersFunctionImGui_ImplVulkanH_GetMinImageCountFromPresentMode
source/external/imgui/src/imgui_impl_vulkan.cpp:1201
↓ 1 callersFunctionImGui_ImplVulkan_AddTexture
Register a texture FIXME: This is experimental in the sense that we are unsure how to best design/tackle this problem, please post to https://github.c
source/external/imgui/src/imgui_impl_vulkan.cpp:1029
← previousnext →1,201–1,300 of 4,405, ranked by callers