MCPcopy Create free account

hub / github.com/AdamYuan/SparseVoxelOctree / functions

Functions6,040 in github.com/AdamYuan/SparseVoxelOctree

MethodBeginDragDropTargetCustom
dep/MyVK/dep/imgui/imgui.cpp:9786
MethodBeginGroup
Lock horizontal starting position + capture group bounding box into one "item" (so you can use IsItemHovered() or layout primitives such as SameLine()
dep/MyVK/dep/imgui/imgui.cpp:7616
MethodBeginListBox
Tip: To have a list filling the entire window width, use size.x = -FLT_MIN and pass an non-visible label e.g. "##empty" Tip: If your vertical size is
dep/MyVK/dep/imgui/imgui_widgets.cpp:6135
MethodBeginMainMenuBar
dep/MyVK/dep/imgui/imgui_widgets.cpp:6573
MethodBeginMenu
dep/MyVK/dep/imgui/imgui_widgets.cpp:6628
MethodBeginMenuBar
FIXME: Provided a rectangle perhaps e.g. a BeginMenuBarEx() could be used anywhere.. Currently the main responsibility of this function being to setup
dep/MyVK/dep/imgui/imgui_widgets.cpp:6505
MethodBeginPopup
dep/MyVK/dep/imgui/imgui.cpp:8196
MethodBeginPopupContextItem
This is a helper to handle the simplest case of associating one named popup to one given widget. - You can pass a NULL str_id to use the identifier of
dep/MyVK/dep/imgui/imgui.cpp:8280
MethodBeginPopupContextVoid
dep/MyVK/dep/imgui/imgui.cpp:8306
FunctionBeginPopupContextWindow
OBSOLETED in 1.77 (from June 2020)
dep/MyVK/dep/imgui/imgui.h:1998
MethodBeginPopupContextWindow
dep/MyVK/dep/imgui/imgui.cpp:8293
MethodBeginPopupEx
Attention! BeginPopup() adds default flags which BeginPopupEx()!
dep/MyVK/dep/imgui/imgui.cpp:8173
MethodBeginPopupModal
If 'p_open' is specified for a modal popup window, the popup will have a regular close button which will close the popup. Note that popup visibility s
dep/MyVK/dep/imgui/imgui.cpp:8210
MethodBeginSecondary
dep/MyVK/src/CommandBuffer.cpp:95
MethodBeginTabBar
dep/MyVK/dep/imgui/imgui_widgets.cpp:6946
MethodBeginTabBarEx
dep/MyVK/dep/imgui/imgui_widgets.cpp:6960
MethodBeginTabItem
dep/MyVK/dep/imgui/imgui_widgets.cpp:7537
MethodBeginTable
Read about "TABLE SIZING" at the top of this file.
dep/MyVK/dep/imgui/imgui_tables.cpp:293
MethodBeginTableEx
dep/MyVK/dep/imgui/imgui_tables.cpp:299
MethodBeginTooltip
dep/MyVK/dep/imgui/imgui.cpp:7898
MethodBeginTooltipEx
dep/MyVK/dep/imgui/imgui.cpp:7903
MethodBeginValue
dep/MyVK/dep/vma/vk_mem_alloc.h:5693
MethodBringWindowToDisplayBack
dep/MyVK/dep/imgui/imgui.cpp:6334
MethodBringWindowToDisplayFront
dep/MyVK/dep/imgui/imgui.cpp:6319
MethodBringWindowToFocusFront
dep/MyVK/dep/imgui/imgui.cpp:6305
FunctionBrowseCallbackProcW
dep/tinyfiledialogs.c:1777
FunctionBrowseCallbackProcW_enum
dep/tinyfiledialogs.c:1764
MethodBufferAlias
dep/MyVK/include/myvk_rg/_details_/Resource.hpp:242
MethodBufferBase
dep/MyVK/include/myvk_rg/_details_/Resource.hpp:27
MethodBuild
dep/MyVK/dep/imgui/imgui.cpp:2027
MethodBuild
dep/MyVK/dep/imgui/imgui_draw.cpp:2067
MethodBuildRanges
dep/MyVK/dep/imgui/imgui_draw.cpp:2902
MethodBuildSortByKey
For quicker full rebuild of a storage (instead of an incremental one), you may add all your contents and then sort once.
dep/MyVK/dep/imgui/imgui.cpp:1860
MethodBullet
dep/MyVK/dep/imgui/imgui_widgets.cpp:1261
MethodBulletText
dep/MyVK/dep/imgui/imgui_widgets.cpp:368
MethodBulletTextV
Text with a little bullet aligned to the typical tree node.
dep/MyVK/dep/imgui/imgui_widgets.cpp:377
MethodButton
dep/MyVK/dep/imgui/imgui_widgets.cpp:708
MethodButtonBehavior
dep/MyVK/dep/imgui/imgui_widgets.cpp:481
MethodButtonEx
dep/MyVK/dep/imgui/imgui_widgets.cpp:665
MethodC_formatter
dep/spdlog/include/spdlog/pattern_formatter-inl.h:281
MethodCalcAllocationParams
dep/MyVK/dep/vma/vk_mem_alloc.h:14910
MethodCalcExtraSpace
dep/MyVK/dep/imgui/imgui_widgets.cpp:6496
MethodCalcItemSize
[Internal] Calculate full item size given user provided 'size' parameter and default width/height. Default width is often == CalcItemWidth(). Those tw
dep/MyVK/dep/imgui/imgui.cpp:7520
MethodCalcItemWidth
Calculate default item width given value passed to PushItemWidth() or SetNextItemWidth(). The SetNextItemWidth() data is generally cleared/consumed by
dep/MyVK/dep/imgui/imgui.cpp:7498
MethodCalcListClipping
Helper to calculate coarse clipping of large list of evenly sized items. NB: Prefer using the ImGuiListClipper higher-level helper if you can! Read co
dep/MyVK/dep/imgui/imgui.cpp:2168
MethodCalcMaxBlockSize
dep/MyVK/dep/vma/vk_mem_alloc.h:12688
MethodCalcMemTypeParams
dep/MyVK/dep/vma/vk_mem_alloc.h:14883
MethodCalcPreferredBlockSize
dep/MyVK/dep/vma/vk_mem_alloc.h:14409
MethodCalcTextSize
Calculate text size. Text can be multi-line. Optionally ignore text after a ## marker. CalcTextSize("") should return ImVec2(0.0f, g.FontSize)
dep/MyVK/dep/imgui/imgui.cpp:4458
MethodCalcTypematicRepeatAmount
t0 = previous time (e.g.: g.Time - g.IO.DeltaTime) t1 = current time (e.g.: g.Time) An event is triggered at: t = 0.0f t = repeat_delay, t = re
dep/MyVK/dep/imgui/imgui.cpp:4580
MethodCalcWindowNextAutoFitSize
dep/MyVK/dep/imgui/imgui.cpp:5191
MethodCalcWordWrapPositionA
dep/MyVK/dep/imgui/imgui_draw.cpp:3122
MethodCalcWrapWidthForPos
dep/MyVK/dep/imgui/imgui.cpp:3256
MethodCalculateGlobalMemoryTypeBits
dep/MyVK/dep/vma/vk_mem_alloc.h:15744
MethodCalculateGpuDefragmentationMemoryTypeBits
dep/MyVK/dep/vma/vk_mem_alloc.h:15719
MethodCalculatePoolStatistics
dep/MyVK/dep/vma/vk_mem_alloc.h:15306
MethodCallContextHooks
Call context hooks (used by e.g. test engine) We assume a small number of hooks so all stored in same array
dep/MyVK/dep/imgui/imgui.cpp:3379
MethodCallDown
dep/MyVK/dep/vulkan/vulkan/vk_layer.h:178
MethodCallDown
dep/MyVK/dep/vulkan/vulkan/vk_layer.h:190
MethodCallDown
dep/MyVK/dep/vulkan/vulkan/vk_layer.h:202
MethodCaptureKeyboardFromApp
dep/MyVK/dep/imgui/imgui.cpp:4754
MethodCaptureMouseFromApp
dep/MyVK/dep/imgui/imgui.cpp:4759
MethodChannelsMerge
dep/MyVK/dep/imgui/imgui.h:2439
MethodChannelsSetCurrent
dep/MyVK/dep/imgui/imgui.h:2440
MethodChannelsSplit
Advanced: Channels - Use to split render into layers. By switching channels to can render out-of-order (e.g. submit FG primitives before BG primitives
dep/MyVK/dep/imgui/imgui.h:2438
MethodCheckAllocation
dep/MyVK/dep/vma/vk_mem_alloc.h:7267
MethodCheckBlock
dep/MyVK/dep/vma/vk_mem_alloc.h:10814
MethodCheckCorruption
dep/MyVK/dep/vma/vk_mem_alloc.h:9239
MethodCheckCounters
dep/MyVK/dep/vma/vk_mem_alloc.h:13356
MethodCheckbox
dep/MyVK/dep/imgui/imgui_widgets.cpp:1056
MethodCheckboxFlags
dep/MyVK/dep/imgui/imgui_widgets.cpp:1142
MethodCheckboxFlagsT
dep/MyVK/dep/imgui/imgui_widgets.cpp:1114
MethodCleanupAfterFree
dep/MyVK/dep/vma/vk_mem_alloc.h:8814
MethodClear
Delete all Tags and Objects
dep/MyVK/include/myvk_rg/_details_/Pool.hpp:431
MethodClear
dep/MyVK/dep/vma/vk_mem_alloc.h:11226
MethodClear
dep/MyVK/dep/imgui/imgui.h:1937
MethodClear
dep/MyVK/dep/imgui/imgui.h:2040
MethodClear
- Get***() functions find pair, never add/allocate. Pairs are sorted so a query is O(log N) - Set***() functions find pair, insertion on demand if mis
dep/MyVK/dep/imgui/imgui.h:2105
MethodClear
dep/MyVK/dep/imgui/imgui.h:2308
MethodClear
dep/MyVK/dep/imgui/imgui.h:2484
MethodClear
dep/MyVK/dep/imgui/imgui.h:2539
MethodClear
dep/MyVK/dep/imgui/imgui_internal.h:1001
MethodClearActiveID
dep/MyVK/dep/imgui/imgui.cpp:3044
FunctionClearAllBits
dep/MyVK/dep/imgui/imgui_internal.h:496
FunctionClearBit
dep/MyVK/dep/imgui/imgui_internal.h:500
MethodClearBufferAliasOutputs
dep/MyVK/include/myvk_rg/_details_/Input.hpp:67
MethodClearDragDrop
dep/MyVK/dep/imgui/imgui.cpp:9606
MethodClearFlags
dep/MyVK/dep/imgui/imgui_internal.h:1037
MethodClearFonts
dep/MyVK/dep/imgui/imgui_draw.cpp:1828
MethodClearFreeMemory
dep/MyVK/dep/imgui/imgui_internal.h:656
MethodClearImageAliasOutputs
dep/MyVK/include/myvk_rg/_details_/Input.hpp:68
MethodClearIniSettings
dep/MyVK/dep/imgui/imgui.cpp:10245
MethodClearInputCharacters
dep/MyVK/dep/imgui/imgui.cpp:1131
MethodClearInputData
dep/MyVK/dep/imgui/imgui_draw.cpp:1795
MethodClearInputs
dep/MyVK/include/myvk_rg/_details_/Input.hpp:527
MethodClearPasses
dep/MyVK/include/myvk_rg/_details_/Pass.hpp:119
MethodClearResources
dep/MyVK/include/myvk_rg/_details_/Resource.hpp:814
MethodClearResults
dep/MyVK/include/myvk_rg/_details_/RenderGraph.hpp:34
FunctionClearSelection
dep/MyVK/dep/imgui/imgui_internal.h:972
FunctionClearText
dep/MyVK/dep/imgui/imgui_internal.h:962
← previousnext →2,401–2,500 of 6,040, ranked by callers