MCPcopy Create free account

hub / github.com/TheRealMJP/DXRPathTracer / functions

Functions2,589 in github.com/TheRealMJP/DXRPathTracer

MethodAddDrawCmd
SampleFramework12/v1.02/ImGui/imgui_draw.cpp:395
MethodAddFont
SampleFramework12/v1.02/ImGui/imgui_draw.cpp:1505
MethodAddFontDefault
Load embedded ProggyClean.ttf at size 13, disable oversampling
SampleFramework12/v1.02/ImGui/imgui_draw.cpp:1550
MethodAddFontFromFileTTF
SampleFramework12/v1.02/ImGui/imgui_draw.cpp:1568
MethodAddFontFromMemoryCompressedBase85TTF
SampleFramework12/v1.02/ImGui/imgui_draw.cpp:1615
MethodAddFontFromMemoryCompressedTTF
SampleFramework12/v1.02/ImGui/imgui_draw.cpp:1603
MethodAddFontFromMemoryTTF
NB: Transfer ownership of 'ttf_data' to ImFontAtlas, unless font_cfg_template->FontDataOwnedByAtlas == false. Owned TTF buffer will be deleted after B
SampleFramework12/v1.02/ImGui/imgui_draw.cpp:1590
MethodAddImageQuad
SampleFramework12/v1.02/ImGui/imgui_draw.cpp:1189
MethodAddImageRounded
SampleFramework12/v1.02/ImGui/imgui_draw.cpp:1205
MethodAddInputCharactersUTF8
SampleFramework12/v1.02/ImGui/imgui.cpp:1111
MethodAddMultiple
SampleFramework12/v1.02/Containers.h:255
MethodAddMultiple
SampleFramework12/v1.02/Containers.h:454
MethodAddQuad
SampleFramework12/v1.02/ImGui/imgui_draw.cpp:1063
MethodAddQuadFilled
SampleFramework12/v1.02/ImGui/imgui_draw.cpp:1075
MethodAddRanges
SampleFramework12/v1.02/ImGui/imgui_draw.cpp:2245
MethodAddRef
SampleFramework12/v1.02/Graphics/ShaderCompilation.cpp:228
MethodAddRemapChar
SampleFramework12/v1.02/ImGui/imgui_draw.cpp:2385
MethodAddSubObject
SampleFramework12/v1.02/Graphics/DXRHelper.h:25
MethodAfterReset
DXRPathTracer/DXRPathTracer.cpp:180
MethodAfterReset
SampleFramework12/v1.02/Graphics/SwapChain.cpp:112
FunctionAlignFirstTextHeightToWidgets
SampleFramework12/v1.02/ImGui/imgui.h:1227
MethodAlignTextToFramePadding
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:1108
MethodAlloc
* @brief Allocates property fields + keys. * @param numProperties Number of requested properties. */
Externals/Assimp-4.1.0/include/assimp/metadata.h:187
MethodApp
SampleFramework12/v1.02/App.cpp:36
MethodAppend
SampleFramework12/v1.02/Containers.h:266
MethodAppend
SampleFramework12/v1.02/Containers.h:466
MethodAppend
Append a string to the string */
Externals/Assimp-4.1.0/include/assimp/types.h:330
MethodArray
SampleFramework12/v1.02/Containers.h:28
FunctionArraySize
SampleFramework12/v1.02/Utility.h:165
MethodArrowButton
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:636
MethodArrowButtonEx
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:607
MethodAspectRatio
SampleFramework12/v1.02/Graphics/Camera.h:115
MethodAssign
SampleFramework12/v1.02/Graphics/SH.h:30
MethodAttachmentInfo
Externals/Assimp-4.1.0/include/assimp/SceneCombiner.h:79
MethodBack
SampleFramework12/v1.02/Graphics/Camera.cpp:45
MethodBackup
SampleFramework12/v1.02/ImGui/imgui_internal.h:1097
MethodBeforeFlush
SampleFramework12/v1.02/App.cpp:136
MethodBeforeReset
DXRPathTracer/DXRPathTracer.cpp:176
MethodBegin
SampleFramework12/v1.02/Graphics/PostProcessHelper.cpp:144
MethodBegin
SampleFramework12/v1.02/Graphics/SpriteRenderer.cpp:130
MethodBeginChild
SampleFramework12/v1.02/ImGui/imgui.cpp:4062
MethodBeginChildEx
SampleFramework12/v1.02/ImGui/imgui.cpp:4016
MethodBeginChildFrame
Helper to create a child window / scrolling region that looks like a normal widget frame.
SampleFramework12/v1.02/ImGui/imgui.cpp:4114
MethodBeginColumns
SampleFramework12/v1.02/ImGui/imgui.cpp:7816
MethodBeginCombo
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:1260
MethodBeginDragDropSource
Call when current ID is active. When this returns true you need to: a) call SetDragDropPayload() exactly once, b) you may render the payload visual/de
SampleFramework12/v1.02/ImGui/imgui.cpp:7985
MethodBeginDragDropTarget
We don't use BeginDragDropTargetCustom() and duplicate its code because: 1) we use LastItemRectHoveredRect which handles items that pushes a temporari
SampleFramework12/v1.02/ImGui/imgui.cpp:8168
MethodBeginDragDropTargetCustom
SampleFramework12/v1.02/ImGui/imgui.cpp:8142
FunctionBeginFrame
SampleFramework12/v1.02/Graphics/DX12.cpp:241
MethodBeginGroup
Lock horizontal starting position + capture group bounding box into one "item" (so you can use IsItemHovered() or layout primitives such as SameLine()
SampleFramework12/v1.02/ImGui/imgui.cpp:6102
MethodBeginMainMenuBar
For the main menu bar, which cannot be moved, we honor g.Style.DisplaySafeAreaPadding to ensure text can be visible on a TV set.
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:5426
MethodBeginMenu
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:5526
MethodBeginMenuBar
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:5458
MethodBeginPopup
SampleFramework12/v1.02/ImGui/imgui.cpp:6457
MethodBeginPopupContextItem
This is a helper to handle the simplest case of associating one named popup to one given widget. You may want to handle this on user side if you have
SampleFramework12/v1.02/ImGui/imgui.cpp:6510
MethodBeginPopupContextVoid
SampleFramework12/v1.02/ImGui/imgui.cpp:6531
MethodBeginPopupContextWindow
SampleFramework12/v1.02/ImGui/imgui.cpp:6520
MethodBeginPopupEx
SampleFramework12/v1.02/ImGui/imgui.cpp:6435
MethodBeginPopupModal
SampleFramework12/v1.02/ImGui/imgui.cpp:6468
MethodBeginTooltip
SampleFramework12/v1.02/ImGui/imgui.cpp:6215
MethodBeginTooltipEx
Not exposed publicly as BeginTooltip() because bool parameters are evil. Let's see if other needs arise first.
SampleFramework12/v1.02/ImGui/imgui.cpp:6237
FunctionBindAsDescriptorTable
SampleFramework12/v1.02/Graphics/DX12_Helpers.cpp:753
FunctionBindTempConstantBuffer
SampleFramework12/v1.02/Graphics/DX12_Helpers.cpp:625
FunctionBlackbodyNormalized
SampleFramework12/v1.02/Graphics/Spectrum.cpp:972
MethodBlob
Externals/DirectXTex July 2017/Include/DirectXTex.h:302
MethodBloom
DXRPathTracer/PostProcessor.cpp:59
MethodBoolSetting
SampleFramework12/v1.02/Settings.cpp:269
MethodBoolSetting
(bool value, FieldInfo field, string group)
SampleFramework12/v1.02/SettingsCompiler/SettingTypes.cs:338
MethodBringWindowToBack
SampleFramework12/v1.02/ImGui/imgui.cpp:5140
MethodBringWindowToFront
SampleFramework12/v1.02/ImGui/imgui.cpp:5125
MethodBuffer
SampleFramework12/v1.02/Graphics/GraphicsTypes.h:123
MethodBuffer
SampleFramework12/v1.02/Graphics/GraphicsTypes.cpp:221
MethodBuild
SampleFramework12/v1.02/ImGui/imgui.cpp:1887
MethodBuild
SampleFramework12/v1.02/ImGui/imgui_draw.cpp:1684
MethodBuildDesc
SampleFramework12/v1.02/Graphics/DXRHelper.cpp:51
MethodBuildRTAccelerationStructure
DXRPathTracer/DXRPathTracer.cpp:1389
MethodBuildRanges
SampleFramework12/v1.02/ImGui/imgui_draw.cpp:2252
MethodBuildSortByKey
For quicker full rebuild of a storage (instead of an incremental one), you may add all your contents and then sort once.
SampleFramework12/v1.02/ImGui/imgui.cpp:1718
MethodBullet
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:1039
MethodBulletText
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:324
MethodBulletTextV
Text with a little bullet aligned to the typical tree node.
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:333
MethodButton
SampleFramework12/v1.02/Settings.cpp:781
MethodButton
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:567
MethodButtonBehavior
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:377
MethodButtonEx
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:526
MethodButtonSetting
(FieldInfo field, string group)
SampleFramework12/v1.02/SettingsCompiler/SettingTypes.cs:526
MethodCPUProfileBlock
SampleFramework12/v1.02/Graphics/Profiler.cpp:365
MethodCalcExtraSpace
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:5420
FunctionCalcItemRectClosestPoint
SampleFramework12/v1.02/ImGui/imgui.h:1217
MethodCalcItemSize
SampleFramework12/v1.02/ImGui/imgui.cpp:2719
MethodCalcItemWidth
SampleFramework12/v1.02/ImGui/imgui.cpp:5229
FunctionCalcLighting
Computes the radiance reflected off a surface towards the eye given the differential irradiance from a given direction
SampleFramework12/v1.02/Graphics/BRDF.h:68
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
SampleFramework12/v1.02/ImGui/imgui.cpp:3645
MethodCalcTextSize
Calculate text size. Text can be multi-line. Optionally ignore text after a ## marker. CalcTextSize("") should return ImVec2(0.0f, GImGui->FontSize)
SampleFramework12/v1.02/ImGui/imgui.cpp:3616
MethodCalcTypematicPressedRepeatAmount
SampleFramework12/v1.02/ImGui/imgui.cpp:3752
MethodCalcWindowExpectedSize
SampleFramework12/v1.02/ImGui/imgui.cpp:4276
MethodCalcWordWrapPositionA
SampleFramework12/v1.02/ImGui/imgui_draw.cpp:2420
MethodCalcWrapWidthForPos
SampleFramework12/v1.02/ImGui/imgui.cpp:2732
MethodCalculateFPS
SampleFramework12/v1.02/App.cpp:89
MethodCaptureKeyboardFromApp
SampleFramework12/v1.02/ImGui/imgui.cpp:3905
← previousnext →1,001–1,100 of 2,589, ranked by callers