Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdamYuan/SparseVoxelOctree
/ functions
Functions
6,040 in github.com/AdamYuan/SparseVoxelOctree
⨍
Functions
6,040
◇
Types & classes
2,570
Method
BeginDragDropTargetCustom
dep/MyVK/dep/imgui/imgui.cpp:9786
Method
BeginGroup
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
Method
BeginListBox
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
Method
BeginMainMenuBar
dep/MyVK/dep/imgui/imgui_widgets.cpp:6573
Method
BeginMenu
dep/MyVK/dep/imgui/imgui_widgets.cpp:6628
Method
BeginMenuBar
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
Method
BeginPopup
dep/MyVK/dep/imgui/imgui.cpp:8196
Method
BeginPopupContextItem
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
Method
BeginPopupContextVoid
dep/MyVK/dep/imgui/imgui.cpp:8306
Function
BeginPopupContextWindow
OBSOLETED in 1.77 (from June 2020)
dep/MyVK/dep/imgui/imgui.h:1998
Method
BeginPopupContextWindow
dep/MyVK/dep/imgui/imgui.cpp:8293
Method
BeginPopupEx
Attention! BeginPopup() adds default flags which BeginPopupEx()!
dep/MyVK/dep/imgui/imgui.cpp:8173
Method
BeginPopupModal
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
Method
BeginSecondary
dep/MyVK/src/CommandBuffer.cpp:95
Method
BeginTabBar
dep/MyVK/dep/imgui/imgui_widgets.cpp:6946
Method
BeginTabBarEx
dep/MyVK/dep/imgui/imgui_widgets.cpp:6960
Method
BeginTabItem
dep/MyVK/dep/imgui/imgui_widgets.cpp:7537
Method
BeginTable
Read about "TABLE SIZING" at the top of this file.
dep/MyVK/dep/imgui/imgui_tables.cpp:293
Method
BeginTableEx
dep/MyVK/dep/imgui/imgui_tables.cpp:299
Method
BeginTooltip
dep/MyVK/dep/imgui/imgui.cpp:7898
Method
BeginTooltipEx
dep/MyVK/dep/imgui/imgui.cpp:7903
Method
BeginValue
dep/MyVK/dep/vma/vk_mem_alloc.h:5693
Method
BringWindowToDisplayBack
dep/MyVK/dep/imgui/imgui.cpp:6334
Method
BringWindowToDisplayFront
dep/MyVK/dep/imgui/imgui.cpp:6319
Method
BringWindowToFocusFront
dep/MyVK/dep/imgui/imgui.cpp:6305
Function
BrowseCallbackProcW
dep/tinyfiledialogs.c:1777
Function
BrowseCallbackProcW_enum
dep/tinyfiledialogs.c:1764
Method
BufferAlias
dep/MyVK/include/myvk_rg/_details_/Resource.hpp:242
Method
BufferBase
dep/MyVK/include/myvk_rg/_details_/Resource.hpp:27
Method
Build
dep/MyVK/dep/imgui/imgui.cpp:2027
Method
Build
dep/MyVK/dep/imgui/imgui_draw.cpp:2067
Method
BuildRanges
dep/MyVK/dep/imgui/imgui_draw.cpp:2902
Method
BuildSortByKey
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
Method
Bullet
dep/MyVK/dep/imgui/imgui_widgets.cpp:1261
Method
BulletText
dep/MyVK/dep/imgui/imgui_widgets.cpp:368
Method
BulletTextV
Text with a little bullet aligned to the typical tree node.
dep/MyVK/dep/imgui/imgui_widgets.cpp:377
Method
Button
dep/MyVK/dep/imgui/imgui_widgets.cpp:708
Method
ButtonBehavior
dep/MyVK/dep/imgui/imgui_widgets.cpp:481
Method
ButtonEx
dep/MyVK/dep/imgui/imgui_widgets.cpp:665
Method
C_formatter
dep/spdlog/include/spdlog/pattern_formatter-inl.h:281
Method
CalcAllocationParams
dep/MyVK/dep/vma/vk_mem_alloc.h:14910
Method
CalcExtraSpace
dep/MyVK/dep/imgui/imgui_widgets.cpp:6496
Method
CalcItemSize
[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
Method
CalcItemWidth
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
Method
CalcListClipping
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
Method
CalcMaxBlockSize
dep/MyVK/dep/vma/vk_mem_alloc.h:12688
Method
CalcMemTypeParams
dep/MyVK/dep/vma/vk_mem_alloc.h:14883
Method
CalcPreferredBlockSize
dep/MyVK/dep/vma/vk_mem_alloc.h:14409
Method
CalcTextSize
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
Method
CalcTypematicRepeatAmount
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
Method
CalcWindowNextAutoFitSize
dep/MyVK/dep/imgui/imgui.cpp:5191
Method
CalcWordWrapPositionA
dep/MyVK/dep/imgui/imgui_draw.cpp:3122
Method
CalcWrapWidthForPos
dep/MyVK/dep/imgui/imgui.cpp:3256
Method
CalculateGlobalMemoryTypeBits
dep/MyVK/dep/vma/vk_mem_alloc.h:15744
Method
CalculateGpuDefragmentationMemoryTypeBits
dep/MyVK/dep/vma/vk_mem_alloc.h:15719
Method
CalculatePoolStatistics
dep/MyVK/dep/vma/vk_mem_alloc.h:15306
Method
CallContextHooks
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
Method
CallDown
dep/MyVK/dep/vulkan/vulkan/vk_layer.h:178
Method
CallDown
dep/MyVK/dep/vulkan/vulkan/vk_layer.h:190
Method
CallDown
dep/MyVK/dep/vulkan/vulkan/vk_layer.h:202
Method
CaptureKeyboardFromApp
dep/MyVK/dep/imgui/imgui.cpp:4754
Method
CaptureMouseFromApp
dep/MyVK/dep/imgui/imgui.cpp:4759
Method
ChannelsMerge
dep/MyVK/dep/imgui/imgui.h:2439
Method
ChannelsSetCurrent
dep/MyVK/dep/imgui/imgui.h:2440
Method
ChannelsSplit
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
Method
CheckAllocation
dep/MyVK/dep/vma/vk_mem_alloc.h:7267
Method
CheckBlock
dep/MyVK/dep/vma/vk_mem_alloc.h:10814
Method
CheckCorruption
dep/MyVK/dep/vma/vk_mem_alloc.h:9239
Method
CheckCounters
dep/MyVK/dep/vma/vk_mem_alloc.h:13356
Method
Checkbox
dep/MyVK/dep/imgui/imgui_widgets.cpp:1056
Method
CheckboxFlags
dep/MyVK/dep/imgui/imgui_widgets.cpp:1142
Method
CheckboxFlagsT
dep/MyVK/dep/imgui/imgui_widgets.cpp:1114
Method
CleanupAfterFree
dep/MyVK/dep/vma/vk_mem_alloc.h:8814
Method
Clear
Delete all Tags and Objects
dep/MyVK/include/myvk_rg/_details_/Pool.hpp:431
Method
Clear
dep/MyVK/dep/vma/vk_mem_alloc.h:11226
Method
Clear
dep/MyVK/dep/imgui/imgui.h:1937
Method
Clear
dep/MyVK/dep/imgui/imgui.h:2040
Method
Clear
- 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
Method
Clear
dep/MyVK/dep/imgui/imgui.h:2308
Method
Clear
dep/MyVK/dep/imgui/imgui.h:2484
Method
Clear
dep/MyVK/dep/imgui/imgui.h:2539
Method
Clear
dep/MyVK/dep/imgui/imgui_internal.h:1001
Method
ClearActiveID
dep/MyVK/dep/imgui/imgui.cpp:3044
Function
ClearAllBits
dep/MyVK/dep/imgui/imgui_internal.h:496
Function
ClearBit
dep/MyVK/dep/imgui/imgui_internal.h:500
Method
ClearBufferAliasOutputs
dep/MyVK/include/myvk_rg/_details_/Input.hpp:67
Method
ClearDragDrop
dep/MyVK/dep/imgui/imgui.cpp:9606
Method
ClearFlags
dep/MyVK/dep/imgui/imgui_internal.h:1037
Method
ClearFonts
dep/MyVK/dep/imgui/imgui_draw.cpp:1828
Method
ClearFreeMemory
dep/MyVK/dep/imgui/imgui_internal.h:656
Method
ClearImageAliasOutputs
dep/MyVK/include/myvk_rg/_details_/Input.hpp:68
Method
ClearIniSettings
dep/MyVK/dep/imgui/imgui.cpp:10245
Method
ClearInputCharacters
dep/MyVK/dep/imgui/imgui.cpp:1131
Method
ClearInputData
dep/MyVK/dep/imgui/imgui_draw.cpp:1795
Method
ClearInputs
dep/MyVK/include/myvk_rg/_details_/Input.hpp:527
Method
ClearPasses
dep/MyVK/include/myvk_rg/_details_/Pass.hpp:119
Method
ClearResources
dep/MyVK/include/myvk_rg/_details_/Resource.hpp:814
Method
ClearResults
dep/MyVK/include/myvk_rg/_details_/RenderGraph.hpp:34
Function
ClearSelection
dep/MyVK/dep/imgui/imgui_internal.h:972
Function
ClearText
dep/MyVK/dep/imgui/imgui_internal.h:962
← previous
next →
2,401–2,500 of 6,040, ranked by callers