MCPcopy Create free account

hub / github.com/AdamYuan/SparseVoxelOctree / functions

Functions6,040 in github.com/AdamYuan/SparseVoxelOctree

FunctionClipWith
dep/MyVK/dep/imgui/imgui_internal.h:465
FunctionClipWithFull
Simple version, may lead to an inverted rectangle, which is fine for Contains/Overlaps test but not for display.
dep/MyVK/dep/imgui/imgui_internal.h:466
MethodCloneOutput
dep/MyVK/dep/imgui/imgui_draw.cpp:432
MethodCloseButton
Button to close a window
dep/MyVK/dep/imgui/imgui_widgets.cpp:785
MethodCloseCurrentPopup
Close the popup we have begin-ed into.
dep/MyVK/dep/imgui/imgui.cpp:8142
MethodClosePopupToLevel
dep/MyVK/dep/imgui/imgui.cpp:8114
MethodClosePopupsOverWindow
When popups are stacked, clicking on a lower level popups puts focus back to it and close popups above it. This function closes any popups that are ov
dep/MyVK/dep/imgui/imgui.cpp:8070
MethodCmdDraw
dep/MyVK/src/CommandBuffer.cpp:246
MethodCmdDrawIndexedIndirect
dep/MyVK/src/CommandBuffer.cpp:265
MethodCmdDrawIndexedIndirectCount
dep/MyVK/src/CommandBuffer.cpp:269
MethodCmdDrawIndirect
dep/MyVK/src/CommandBuffer.cpp:250
MethodCmdDrawIndirectCount
dep/MyVK/src/CommandBuffer.cpp:254
MethodCmdDrawPipeline
src/PathTracerViewer.cpp:213
MethodCmdExecute
dep/MyVK/src/rg/RenderGraphExecutor.cpp:938
MethodCmdExecute
dep/MyVK/src/rg/RenderGraph.cpp:90
MethodCmdExecute
dep/MyVK/include/myvk_rg/_details_/Pass.hpp:184
MethodCmdExecute
dep/MyVK/include/myvk_rg/pass/ImGuiPass.hpp:23
MethodCmdExecute
dep/MyVK/include/myvk_rg/pass/ImageBlitPass.hpp:21
MethodCmdExecuteCommand
dep/MyVK/src/CommandBuffer.cpp:118
MethodCmdExecuteCommands
dep/MyVK/src/CommandBuffer.cpp:112
MethodCmdPipelineSetScreenSize
dep/MyVK/src/glfw/FrameManager.cpp:99
MethodCmdTransferOwnership
src/EnvironmentMap.cpp:252
MethodCollapseButton
dep/MyVK/dep/imgui/imgui_widgets.cpp:815
MethodCollapsingHeader
CollapsingHeader returns true when opened but do not indent nor push into the ID stack (because of the ImGuiTreeNodeFlags_NoTreePushOnOpen flag). This
dep/MyVK/dep/imgui/imgui_widgets.cpp:5915
MethodColorButton
A little color square. Return true when clicked. FIXME: May want to display/ignore the alpha component in the color display? Yet show it in the toolti
dep/MyVK/dep/imgui/imgui_widgets.cpp:5289
MethodColorConvertFloat4ToU32
dep/MyVK/dep/imgui/imgui.cpp:1770
MethodColorConvertHSVtoRGB
Convert hsv floats ([0-1],[0-1],[0-1]) to rgb floats ([0-1],[0-1],[0-1]), from Foley & van Dam p593 also http://en.wikipedia.org/wiki/HSL_and_HSV
dep/MyVK/dep/imgui/imgui.cpp:1804
MethodColorConvertRGBtoHSV
Convert rgb floats ([0-1],[0-1],[0-1]) to hsv floats ([0-1],[0-1],[0-1]), from Foley & van Dam p592 Optimized http://lolengine.net/blog/2013/01/13/fas
dep/MyVK/dep/imgui/imgui.cpp:1782
MethodColorConvertU32ToFloat4
dep/MyVK/dep/imgui/imgui.cpp:1760
MethodColorEdit3
dep/MyVK/dep/imgui/imgui_widgets.cpp:4642
MethodColorEdit4
Edit colors components (each component in 0.0f..1.0f range). See enum ImGuiColorEditFlags_ for available options. e.g. Only access 3 floats if ImGuiCo
dep/MyVK/dep/imgui/imgui_widgets.cpp:4650
MethodColorEditOptionsPopup
dep/MyVK/dep/imgui/imgui_widgets.cpp:5426
MethodColorPicker3
dep/MyVK/dep/imgui/imgui_widgets.cpp:4887
MethodColorPicker4
Note: ColorPicker4() only accesses 3 floats if ImGuiColorEditFlags_NoAlpha flag is set. (In C++ the 'float col[4]' notation for a function argument is
dep/MyVK/dep/imgui/imgui_widgets.cpp:4910
MethodColorPickerOptionsPopup
dep/MyVK/dep/imgui/imgui_widgets.cpp:5477
MethodColorTooltip
Note: only access 3 floats if ImGuiColorEditFlags_NoAlpha flag is set.
dep/MyVK/dep/imgui/imgui_widgets.cpp:5392
MethodColumns
dep/MyVK/dep/imgui/imgui_tables.cpp:3930
MethodCombinedImage
dep/MyVK/include/myvk_rg/_details_/Resource.hpp:515
MethodCombo
Old API, prefer using BeginCombo() nowadays if you can.
dep/MyVK/dep/imgui/imgui_widgets.cpp:1693
MethodComputeDefragmentation
dep/MyVK/dep/vma/vk_mem_alloc.h:13321
MethodComputeDefragmentation_Balanced
dep/MyVK/dep/vma/vk_mem_alloc.h:13503
MethodComputeDefragmentation_Extensive
dep/MyVK/dep/vma/vk_mem_alloc.h:13670
MethodComputeDefragmentation_Fast
dep/MyVK/dep/vma/vk_mem_alloc.h:13466
MethodComputeDefragmentation_Full
dep/MyVK/dep/vma/vk_mem_alloc.h:13599
MethodComputePassBase
dep/MyVK/include/myvk_rg/_details_/Pass.hpp:154
FunctionContains
Bottom-right
dep/MyVK/dep/imgui/imgui_internal.h:455
MethodCreate
src/EnvironmentMap.cpp:8
MethodCreate
src/OctreeBuilder.cpp:8
MethodCreate
src/LoaderThread.cpp:4
MethodCreate
src/PathTracerThread.cpp:5
MethodCreate
src/Octree.cpp:5
MethodCreate
src/PathTracer.cpp:156
MethodCreate
src/Voxelizer.cpp:5
MethodCreate
src/Lighting.cpp:4
MethodCreate
src/Camera.cpp:7
MethodCreate
src/OctreeTracer.cpp:144
MethodCreate
src/Scene.cpp:387
MethodCreate
src/PathTracerViewer.cpp:142
MethodCreate
dep/MyVK/src/ImageView.cpp:4
MethodCreate
dep/MyVK/src/CommandBuffer.cpp:5
MethodCreate
dep/MyVK/src/Buffer.cpp:7
MethodCreate
dep/MyVK/src/CommandPool.cpp:4
MethodCreate
dep/MyVK/src/ImagelessFramebuffer.cpp:5
MethodCreate
dep/MyVK/src/RenderPass.cpp:6
MethodCreate
dep/MyVK/src/PipelineLayout.cpp:5
MethodCreate
dep/MyVK/src/DescriptorSet.cpp:5
MethodCreate
dep/MyVK/src/Queue.cpp:5
MethodCreate
dep/MyVK/src/Semaphore.cpp:4
MethodCreate
dep/MyVK/src/Framebuffer.cpp:5
MethodCreate
dep/MyVK/src/GraphicsPipeline.cpp:5
MethodCreate
dep/MyVK/src/ComputePipeline.cpp:5
MethodCreate
dep/MyVK/src/DescriptorPool.cpp:4
MethodCreate
dep/MyVK/src/Instance.cpp:5
MethodCreate
dep/MyVK/src/Device.cpp:29
MethodCreate
dep/MyVK/src/QueryPool.cpp:4
MethodCreate
dep/MyVK/src/Sampler.cpp:4
MethodCreate
dep/MyVK/src/ShaderModule.cpp:5
MethodCreate
dep/MyVK/src/Image.cpp:5
MethodCreate
dep/MyVK/src/DescriptorSetLayout.cpp:5
MethodCreate
dep/MyVK/src/glfw/Swapchain.cpp:12
MethodCreate
dep/MyVK/src/glfw/ImageView.cpp:4
MethodCreate
dep/MyVK/src/glfw/SwapchainImage.cpp:4
MethodCreate
dep/MyVK/src/glfw/FrameManager.cpp:93
MethodCreate
dep/MyVK/src/glfw/Surface.cpp:4
MethodCreate
dep/MyVK/include/myvk/ImGuiRenderer.hpp:39
MethodCreate
dep/MyVK/include/myvk_rg/_details_/RenderGraph.hpp:43
MethodCreate
Create Tag Only
dep/MyVK/include/myvk_rg/_details_/Pool.hpp:387
MethodCreateAllocationRequest_LowerAddress
dep/MyVK/dep/vma/vk_mem_alloc.h:8919
MethodCreateAllocationRequest_UpperAddress
dep/MyVK/dep/vma/vk_mem_alloc.h:9097
MethodCreateAndInitialize
dep/MyVK/include/myvk_rg/_details_/Pool.hpp:373
MethodCreateAndInitializeForce
dep/MyVK/include/myvk_rg/_details_/Pool.hpp:380
MethodCreateBlock
dep/MyVK/dep/vma/vk_mem_alloc.h:12821
MethodCreateBufferAliasOutput
dep/MyVK/include/myvk_rg/_details_/Input.hpp:48
MethodCreateClampToBorder
dep/MyVK/src/Sampler.cpp:45
MethodCreateContext
dep/MyVK/dep/imgui/imgui.cpp:3338
MethodCreateImageAliasOutput
dep/MyVK/include/myvk_rg/_details_/Input.hpp:52
MethodCreateMultiple
dep/MyVK/src/CommandBuffer.cpp:21
MethodCreateMultiple
dep/MyVK/src/DescriptorSet.cpp:24
MethodCreateNewWindowSettings
dep/MyVK/dep/imgui/imgui.cpp:10197
MethodCreatePass
dep/MyVK/include/myvk_rg/_details_/Pass.hpp:105
← previousnext →2,501–2,600 of 6,040, ranked by callers