MCPcopy Create free account

hub / github.com/TheRealMJP/DXRPathTracer / functions

Functions2,589 in github.com/TheRealMJP/DXRPathTracer

MethodInputScalar
NB: format here must be a simple "%xx" format string with no prefix/suffix (unlike the Drag/Slider functions "format" argument)
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:2618
MethodInputScalarAsWidgetReplacement
Create text input in place of a slider (when CTRL+Clicking on slider) FIXME: Logic is messy and confusing.
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:2587
MethodInputScalarN
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:2678
MethodInputText
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:2798
MethodInputTextEx
Edit a string of text - buf_size account for the zero-terminator, so a buf_size of 6 can hold "Hello" but not "Hello!". This is so we can easily call
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:3099
MethodInputTextMultiline
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:2804
MethodInsert
SampleFramework12/v1.02/Containers.h:478
MethodInt2
SampleFramework12/v1.02/SF12_Math.cpp:1198
MethodInt3
SampleFramework12/v1.02/SF12_Math.cpp:1218
MethodInt4
SampleFramework12/v1.02/SF12_Math.cpp:1228
MethodIntSetting
SampleFramework12/v1.02/Settings.cpp:219
MethodIntSetting
(int value, FieldInfo field, string group)
SampleFramework12/v1.02/SettingsCompiler/SettingTypes.cs:303
MethodIntensity
SampleFramework12/v1.02/Settings.cpp:746
MethodInvert
SampleFramework12/v1.02/SF12_Math.cpp:743
MethodInvisibleButton
Tip: use ImGui::PushID()/PopID() to push indices or pointers in the ID stack. Then you can keep 'str_id' empty or the same for all your buttons (inste
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:585
MethodIsAnyItemActive
SampleFramework12/v1.02/ImGui/imgui.cpp:3956
MethodIsAnyItemFocused
SampleFramework12/v1.02/ImGui/imgui.cpp:3962
MethodIsAnyItemHovered
SampleFramework12/v1.02/ImGui/imgui.cpp:3950
MethodIsAnyMouseDown
SampleFramework12/v1.02/ImGui/imgui.cpp:3799
FunctionIsAnyWindowFocused
OBSOLETED in 1.60 (from Dec 2017)
SampleFramework12/v1.02/ImGui/imgui.h:1215
FunctionIsAnyWindowHovered
SampleFramework12/v1.02/ImGui/imgui.h:1216
MethodIsBlack
SampleFramework12/v1.02/Graphics/Spectrum.h:199
MethodIsBlack
Check whether a color is black */
Externals/Assimp-4.1.0/include/assimp/types.h:220
MethodIsBuilt
Build pixels data. This is called automatically for you by the GetTexData*** functions.
SampleFramework12/v1.02/ImGui/imgui.h:1830
MethodIsClippedEx
SampleFramework12/v1.02/ImGui/imgui.cpp:2677
MethodIsDelivery
SampleFramework12/v1.02/ImGui/imgui.h:1491
MethodIsDragDropPayloadBeingAccepted
SampleFramework12/v1.02/ImGui/imgui.cpp:8194
MethodIsExtensionSupported
----------------------------------------------------------------------------
Externals/Assimp-4.1.0/include/assimp/Importer.hpp:647
FunctionIsInverted
SampleFramework12/v1.02/ImGui/imgui_internal.h:402
MethodIsItemActive
SampleFramework12/v1.02/ImGui/imgui.cpp:3915
MethodIsItemClicked
SampleFramework12/v1.02/ImGui/imgui.cpp:3945
MethodIsItemDeactivated
SampleFramework12/v1.02/ImGui/imgui.cpp:3926
FunctionIsItemDeactivatedAfterChange
OBSOLETED in 1.63 (from Aug 2018)
SampleFramework12/v1.02/ImGui/imgui.h:1208
MethodIsItemDeactivatedAfterEdit
SampleFramework12/v1.02/ImGui/imgui.cpp:3933
MethodIsItemEdited
SampleFramework12/v1.02/ImGui/imgui.cpp:3974
MethodIsItemFocused
SampleFramework12/v1.02/ImGui/imgui.cpp:3939
MethodIsItemHovered
This is roughly matching the behavior of internal-facing ItemHoverable() - we allow hovering to be true when ActiveId==window->MoveID, so that clickin
SampleFramework12/v1.02/ImGui/imgui.cpp:2615
FunctionIsItemHoveredRect
OBSOLETED in 1.51 (between Jun 2017 and Aug 2017)
SampleFramework12/v1.02/ImGui/imgui.h:1230
MethodIsItemVisible
SampleFramework12/v1.02/ImGui/imgui.cpp:3968
MethodIsKeyDown
Note that imgui doesn't know the semantic of each entry of io.KeysDown[]. Use your own indices/enums according to how your back-end/engine stored them
SampleFramework12/v1.02/ImGui/imgui.cpp:3745
MethodIsKeyPressed
SampleFramework12/v1.02/ImGui/imgui.cpp:3771
MethodIsKeyReleased
SampleFramework12/v1.02/ImGui/imgui.cpp:3784
MethodIsMouseClicked
SampleFramework12/v1.02/ImGui/imgui.cpp:3808
MethodIsMouseDoubleClicked
SampleFramework12/v1.02/ImGui/imgui.cpp:3833
MethodIsMouseDown
SampleFramework12/v1.02/ImGui/imgui.cpp:3792
MethodIsMouseDragging
SampleFramework12/v1.02/ImGui/imgui.cpp:3840
FunctionIsMouseHoveringAnyWindow
This was misleading and partly broken. You probably want to use the ImGui::GetIO().WantCaptureMouse flag instead.
SampleFramework12/v1.02/ImGui/imgui.h:1232
MethodIsMouseHoveringRect
Test if mouse cursor is hovering given rectangle NB- Rectangle is clipped by our current clip setting NB- Expand the rectangle to be generous on impre
SampleFramework12/v1.02/ImGui/imgui.cpp:3722
FunctionIsMouseHoveringWindow
SampleFramework12/v1.02/ImGui/imgui.h:1233
MethodIsMousePosValid
We typically use ImVec2(-FLT_MAX,-FLT_MAX) to denote an invalid mouse position
SampleFramework12/v1.02/ImGui/imgui.cpp:3866
MethodIsMouseReleased
SampleFramework12/v1.02/ImGui/imgui.cpp:3826
MethodIsOrthographic
SampleFramework12/v1.02/Graphics/Camera.h:97
MethodIsPMAlpha
Externals/DirectXTex July 2017/Include/DirectXTex.h:137
MethodIsPopupOpen
SampleFramework12/v1.02/ImGui/imgui.cpp:6284
FunctionIsPosHoveringAnyWindow
SampleFramework12/v1.02/ImGui/imgui.h:1231
MethodIsPreview
SampleFramework12/v1.02/ImGui/imgui.h:1490
MethodIsReadSerializer
SampleFramework12/v1.02/Serialization.h:73
MethodIsReadSerializer
SampleFramework12/v1.02/Serialization.h:96
MethodIsRectVisible
SampleFramework12/v1.02/ImGui/imgui.cpp:6089
FunctionIsRootWindowFocused
SampleFramework12/v1.02/ImGui/imgui.h:1220
FunctionIsRootWindowOrAnyChildFocused
SampleFramework12/v1.02/ImGui/imgui.h:1221
FunctionIsRootWindowOrAnyChildHovered
Use SetNextWindowSize(size, ImGuiCond_FirstUseEver) + SetNextWindowBgAlpha() instead.
SampleFramework12/v1.02/ImGui/imgui.h:1226
MethodIsVolumemap
Externals/DirectXTex July 2017/Include/DirectXTex.h:142
MethodIsWindowAppearing
SampleFramework12/v1.02/ImGui/imgui.cpp:5711
MethodIsWindowChildOf
SampleFramework12/v1.02/ImGui/imgui.cpp:5497
MethodIsWindowCollapsed
SampleFramework12/v1.02/ImGui/imgui.cpp:5705
MethodIsWindowFocused
SampleFramework12/v1.02/ImGui/imgui.cpp:5551
MethodIsWindowHovered
SampleFramework12/v1.02/ImGui/imgui.cpp:5510
MethodIsWindowNavFocusable
Can we focus this window with CTRL+TAB (or PadMenu + PadFocusPrev/PadFocusNext)
SampleFramework12/v1.02/ImGui/imgui.cpp:5573
MethodIsWriteSerializer
SampleFramework12/v1.02/Serialization.h:46
MethodIsWriteSerializer
SampleFramework12/v1.02/Serialization.h:74
MethodIsWriteSerializer
SampleFramework12/v1.02/Serialization.h:97
MethodItemAdd
Declare item bounding box for clipping and interaction. Note that the size can be different than the one provided to ItemSize(). Typically, widgets th
SampleFramework12/v1.02/ImGui/imgui.cpp:2577
MethodItemGetter
SampleFramework12/v1.02/ImGui/imgui_demo.cpp:759
MethodItemHoverable
Internal facing ItemHoverable() used when submitting widgets. Differs slightly from IsItemHovered().
SampleFramework12/v1.02/ImGui/imgui.cpp:2655
MethodItemSize
Advance cursor given item size for layout.
SampleFramework12/v1.02/ImGui/imgui.cpp:2543
FunctionItems_ArrayGetter
Getter for the old Combo() API: const char*[]
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:1368
FunctionItems_SingleStringGetter
Getter for the old Combo() API: "item1\0item2\0item3\0"
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:1377
MethodKeepAliveID
SampleFramework12/v1.02/ImGui/imgui.cpp:2501
MethodKeyPressed
SampleFramework12/v1.02/Input.h:236
MethodKeyState
SampleFramework12/v1.02/Input.cpp:122
MethodLabelText
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:290
MethodLabelTextV
Add a label+text combo aligned to other label+value widgets
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:299
MethodLeft
SampleFramework12/v1.02/Graphics/Camera.cpp:65
FunctionLerp
SampleFramework12/v1.02/SF12_Math.h:570
FunctionLinearTosRGB
linear -> sRGB conversion
SampleFramework12/v1.02/SF12_Math.h:650
MethodListBox
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:5139
MethodListBoxFooter
FIXME: Rename to EndListBox()
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:5123
MethodListBoxHeader
FIXME: Rename to BeginListBox() Helper to calculate the size of a listbox and display a label on the right. Tip: To have a list filling the entire win
SampleFramework12/v1.02/ImGui/imgui_widgets.cpp:5080
FunctionLoadDeepEXR
SampleFramework12/v1.02/TinyEXR.cpp:7754
FunctionLoadEXR
SampleFramework12/v1.02/TinyEXR.cpp:6978
MethodLoadIniSettingsFromDisk
SampleFramework12/v1.02/ImGui/imgui.cpp:8470
MethodLoadIniSettingsFromMemory
Zero-tolerance, no error reporting, cheap .ini parsing
SampleFramework12/v1.02/ImGui/imgui.cpp:8491
MethodLoadShaders
DXRPathTracer/MeshRenderer.cpp:100
MethodLockLessMultiReadPipe
SampleFramework12/v1.02/EnkiTS/LockLessMultiReadPipe.h:87
MethodLogButtons
Helper to display logging buttons
SampleFramework12/v1.02/ImGui/imgui.cpp:8408
MethodLogFinish
SampleFramework12/v1.02/ImGui/imgui.cpp:8384
MethodLogRenderedText
Internal version that takes a position to decide on newline placement and pad items according to their depth. We split text into individual lines to a
SampleFramework12/v1.02/ImGui/imgui.cpp:8274
MethodLogStream
Externals/Assimp-4.1.0/include/assimp/LogStream.hpp:97
MethodLogText
Pass text data straight to log (without being displayed)
SampleFramework12/v1.02/ImGui/imgui.cpp:8257
← previousnext →1,601–1,700 of 2,589, ranked by callers