Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Polish-Miko/GravityEngine
/ functions
Functions
2,254 in github.com/Polish-Miko/GravityEngine
⨍
Functions
2,254
◇
Types & classes
325
↓ 1 callers
Function
ImFontAtlasBuildWithStbTruetype
GEngine/GRendererInfra/Private/imgui/imgui_draw.cpp:1787
↓ 1 callers
Function
ImGui_ImplDX12_CreateDeviceObjects
GEngine/GDxRenderer/Private/imgui/imgui_impl_dx12.cpp:387
↓ 1 callers
Function
ImGui_ImplDX12_CreateFontsTexture
GEngine/GDxRenderer/Private/imgui/imgui_impl_dx12.cpp:237
↓ 1 callers
Function
ImGui_ImplDX12_Init
GEngine/GDxRenderer/Private/imgui/imgui_impl_dx12.cpp:604
↓ 1 callers
Function
ImGui_ImplDX12_NewFrame
GEngine/GDxRenderer/Private/imgui/imgui_impl_dx12.cpp:643
↓ 1 callers
Function
ImGui_ImplDX12_RenderDrawData
Render function (this used to be set in io.RenderDrawListsFn and called by ImGui::Render(), but you can now call this directly from your main loop)
GEngine/GDxRenderer/Private/imgui/imgui_impl_dx12.cpp:121
↓ 1 callers
Function
ImGui_ImplDX12_Shutdown
GEngine/GDxRenderer/Private/imgui/imgui_impl_dx12.cpp:631
↓ 1 callers
Function
ImGui_ImplWin32_Init
Functions
GEngine/GDxRenderer/Private/imgui/imgui_impl_win32.cpp:51
↓ 1 callers
Function
ImGui_ImplWin32_NewFrame
GEngine/GDxRenderer/Private/imgui/imgui_impl_win32.cpp:201
↓ 1 callers
Function
ImGui_ImplWin32_Shutdown
GEngine/GDxRenderer/Private/imgui/imgui_impl_win32.cpp:92
↓ 1 callers
Function
ImGui_ImplWin32_UpdateGamepads
Gamepad navigation mapping
GEngine/GDxRenderer/Private/imgui/imgui_impl_win32.cpp:155
↓ 1 callers
Function
ImGui_ImplWin32_UpdateMousePos
GEngine/GDxRenderer/Private/imgui/imgui_impl_win32.cpp:129
↓ 1 callers
Function
ImGui_ImplWin32_WndProcHandler
Process Win32 mouse/keyboard inputs. You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs
GEngine/GDxRenderer/Private/imgui/imgui_impl_win32.cpp:254
↓ 1 callers
Function
ImLinearSweep
GEngine/GRendererInfra/Private/imgui/imgui_internal.h:256
↓ 1 callers
Function
ImParseFormatTrimDecorations
Extract the format out of a format string with leading or trailing decorations fmt = "blah blah" -> return fmt fmt = "%.3f" -> return fmt fmt =
GEngine/GRendererInfra/Private/imgui/imgui_widgets.cpp:2701
↓ 1 callers
Function
ImStrTrimBlanks
Trim str by offsetting contents when there's leading data + writing a \0 at the trailing position. We use this in situation where the cost is negligib
GEngine/GRendererInfra/Private/imgui/imgui.cpp:1422
↓ 1 callers
Function
ImStrdupcpy
GEngine/GRendererInfra/Private/imgui/imgui.cpp:1357
↓ 1 callers
Function
ImStreolRange
Find end-of-line. Return pointer will point to either first \n, either str_end.
GEngine/GRendererInfra/Private/imgui/imgui.cpp:1386
↓ 1 callers
Function
ImTextCharToUtf8
Based on stb_to_utf8() from github.com/nothings/stb/
GEngine/GRendererInfra/Private/imgui/imgui.cpp:1714
↓ 1 callers
Function
ImTriangleBarycentricCoords
GEngine/GRendererInfra/Private/imgui/imgui.cpp:1299
↓ 1 callers
Function
ImTriangleClosestPoint
GEngine/GRendererInfra/Private/imgui/imgui.cpp:1310
↓ 1 callers
Method
ImportFbxFile_Mesh
GEngine/GRendererInfra/Private/GRiFilmboxManager.cpp:18
↓ 1 callers
Method
IncreaseFrameCount
GEngine/GRendererInfra/Private/GRiRenderer.cpp:148
↓ 1 callers
Method
IndexBufferView
GEngine/GDxRenderer/Private/GDxStaticVIBuffer.cpp:27
↓ 1 callers
Method
InitD3D
(IntPtr hwnd, double width, double height)
GEngine/GEditor/import/IGCore.cs:18
↓ 1 callers
Method
InitFont
GEngine/GRendererInfra/Private/imgui/misc/freetype/imgui_freetype.cpp:117
↓ 1 callers
Method
InitInterior
GEngine/GRendererInfra/Public/GRiKdTree.h:90
↓ 1 callers
Method
InitMeshName
(string meshName)
GEngine/GEditor/Model/Properties/PropertiesModel_SceneObject.cs:196
↓ 1 callers
Method
InitSkyCubemapName
(string name)
GEngine/GEditor/Model/Properties/PropertiesModel_ProjectSettings.cs:75
↓ 1 callers
Method
InitSrgb
(bool srgb)
GEngine/GEditor/Model/Properties/PropertiesModel_Texture.cs:28
↓ 1 callers
Method
Initialize
GEngine/GRendererInfra/Private/imgui/imgui.cpp:3638
↓ 1 callers
Method
Initialize
GEngine/GDxRenderer/Private/GDxRenderer.cpp:124
↓ 1 callers
Method
Initialize
GEngine/GEngine/Private/GCore.cpp:108
↓ 1 callers
Function
InputTextCalcTextLenAndLineCount
GEngine/GRendererInfra/Private/imgui/imgui_widgets.cpp:2971
↓ 1 callers
Method
IntersectDis
GEngine/GRendererInfra/Private/GRiKdTree.cpp:340
↓ 1 callers
Method
IsActive
GEngine/GRendererInfra/Public/imgui/imgui.h:1596
↓ 1 callers
Method
IsBuilt
4 bytes-per-pixel
GEngine/GRendererInfra/Public/imgui/imgui.h:2054
↓ 1 callers
Method
IsDataType
GEngine/GRendererInfra/Public/imgui/imgui.h:1519
↓ 1 callers
Method
IsLeaf
GEngine/GRendererInfra/Public/GRiKdTree.h:112
↓ 1 callers
Function
IsOver
GEngine/GRendererInfra/Private/imguizmo/ImGuizmo.cpp:763
↓ 1 callers
Method
IsRunning
GEngine/GDxRenderer/Private/GDxRenderer.cpp:8097
↓ 1 callers
Method
IsTexture
GEngine/GDxRenderer/Private/GDxUav.cpp:288
↓ 1 callers
Function
IsUsing
GEngine/GRendererInfra/Private/imguizmo/ImGuizmo.cpp:758
↓ 1 callers
Method
LengthSq
GEngine/GRendererInfra/Private/imguizmo/ImGuizmo.cpp:104
↓ 1 callers
Method
LoadBrowser
()
GEngine/GEditor/View/FileBrowser.xaml.cs:220
↓ 1 callers
Method
LoadGlyph
GEngine/GRendererInfra/Private/imgui/misc/freetype/imgui_freetype.cpp:180
↓ 1 callers
Method
LoadMaterial
GEngine/GEngine/Private/GMaterial.h:97
↓ 1 callers
Method
LoadMaterialData
GEngine/GEngine/Private/GMaterial.h:30
↓ 1 callers
Method
LookAt
GEngine/GRendererInfra/Private/GRiCamera.cpp:141
↓ 1 callers
Method
MainWnd
GEngine/GRendererInfra/Private/GRiRenderer.cpp:14
↓ 1 callers
Function
MemcpySubresource
------------------------------------------------------------------------------------------------ Row-by-row memcpy
GEngine/GDxRenderer/Private/d3dx12.h:1328
↓ 1 callers
Function
MenuBarHeight
GEngine/GRendererInfra/Private/imgui/imgui_internal.h:1295
↓ 1 callers
Method
MsgProc
(IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam)
GEngine/GWinformLib/Import/IGCore.cs:12
↓ 1 callers
Method
MsgProc
GEngine/GEngine/Private/GCore.cpp:180
↓ 1 callers
Function
NavClampRectToVisibleAreaForMoveDir
GEngine/GRendererInfra/Private/imgui/imgui.cpp:7352
↓ 1 callers
Function
NotifyOfDocumentsClosedElsewhere
[Optional] Notify the system of Tabs/Windows closure that happened outside the regular tab interface. If a tab has been closed programmatically (aka c
GEngine/GRendererInfra/Private/imgui/imgui_demo.cpp:4306
↓ 1 callers
Method
OnBufferResize
GEngine/GDxRenderer/Private/GDxUav.cpp:223
↓ 1 callers
Method
Paste
GEngine/GRendererInfra/Public/imguizmo/ImSequencer.h:39
↓ 1 callers
Function
PathBezierToCasteljau
GEngine/GRendererInfra/Private/imgui/imgui_draw.cpp:973
↓ 1 callers
Method
Pitch
GEngine/GRendererInfra/Private/GRiCamera.cpp:224
↓ 1 callers
Function
PixelsToOffsetNorm
GEngine/GRendererInfra/Private/imgui/imgui.cpp:8440
↓ 1 callers
Method
PreInitialize
GEngine/GDxRenderer/Private/GDxRenderer.cpp:106
↓ 1 callers
Method
PrimRectUV
GEngine/GRendererInfra/Private/imgui/imgui_draw.cpp:635
↓ 1 callers
Method
RasterizeAndTestBBox
GEngine/GRendererInfra/Private/GRiOcclusionCullingRasterizer.cpp:277
↓ 1 callers
Method
RectTestBBoxMasked
GEngine/GRendererInfra/Private/GRiOcclusionCullingRasterizer.cpp:842
↓ 1 callers
Method
Refresh
()
GEngine/GEditor/View/Outliner.xaml.cs:132
↓ 1 callers
Method
RefreshBrowser
()
GEngine/GEditor/View/MainWindow.xaml.cs:236
↓ 1 callers
Method
RefreshListBox
()
GEngine/GEditor/View/FileBrowser.xaml.cs:141
↓ 1 callers
Method
RefreshOutliner
()
GEngine/GEditor/View/MainWindow.xaml.cs:241
↓ 1 callers
Method
RefreshSceneObjectTransformCallback
GEngine/GEngine/Private/GGuiCallback.cpp:29
↓ 1 callers
Method
RegisterTexture
GEngine/GDxRenderer/Private/GDxRenderer.cpp:7501
↓ 1 callers
Method
RemovePropertiesPanel
()
GEngine/GEditor/View/MainWindow.xaml.cs:267
↓ 1 callers
Method
RenameMaterial
GEngine/GEngine/Private/GCore.cpp:1344
↓ 1 callers
Method
RenameMaterial
([MarshalAs(UnmanagedType.LPWStr)] string oldUniqueName, [MarshalAs(UnmanagedType.LPWStr)] string newUniqueNam
GEngine/GEditor/import/IGCore.cs:72
↓ 1 callers
Method
RenameSceneObject
GEngine/GEngine/Private/GCore.cpp:1451
↓ 1 callers
Method
RenameSceneObject
([MarshalAs(UnmanagedType.LPWStr)] string oldName, [MarshalAs(UnmanagedType.LPWStr)] string newName)
GEngine/GEditor/import/IGCore.cs:93
↓ 1 callers
Method
Render
GEngine/GDxRenderer/Private/GDxImgui.cpp:142
↓ 1 callers
Method
RenderChar
GEngine/GRendererInfra/Private/imgui/imgui_draw.cpp:2752
↓ 1 callers
Method
RenderGlyphAndGetInfo
GEngine/GRendererInfra/Private/imgui/misc/freetype/imgui_freetype.cpp:208
↓ 1 callers
Method
RenderText
GEngine/GRendererInfra/Private/imgui/imgui_draw.cpp:2766
↓ 1 callers
Method
Reproject
GEngine/GRendererInfra/Private/GRiOcclusionCullingRasterizer.cpp:168
↓ 1 callers
Method
ReprojectToMaskedBufferMT
GEngine/GRendererInfra/Private/GRiOcclusionCullingRasterizer.cpp:638
↓ 1 callers
Method
Reset
(UserControl selfRef, string type, string id)
GEngine/GEditor/View/Properties_Mesh.xaml.cs:86
↓ 1 callers
Method
ResourceNotNull
GEngine/GDxRenderer/Private/GDxUav.cpp:273
↓ 1 callers
Method
RotateY
GEngine/GRendererInfra/Private/GRiCamera.cpp:245
↓ 1 callers
Method
Run
GEngine/GEngine/Private/GCore.cpp:47
↓ 1 callers
Method
Run
()
GEngine/GEditor/import/IGCore.cs:21
↓ 1 callers
Function
STB_TEXTEDIT_KEYTOTEXT
GEngine/GRendererInfra/Private/imgui/imgui_widgets.cpp:3037
↓ 1 callers
Method
SaveProject
GEngine/GEngine/Private/GCore.cpp:1242
↓ 1 callers
Method
SceneObjectExists
GEngine/GEngine/Private/GCore.cpp:1420
↓ 1 callers
Method
SelectSceneObject
(string sceneObjectName)
GEngine/GEditor/View/MainWindow.xaml.cs:255
↓ 1 callers
Method
SelectSceneObjectCallback
GEngine/GEngine/Private/GGuiCallback.cpp:19
↓ 1 callers
Method
SetByTranslation
GEngine/GGenericInfra/Public/GGiFloat4x4.h:177
↓ 1 callers
Method
SetClientHeight
GEngine/GRendererInfra/Private/GRiRenderer.cpp:29
↓ 1 callers
Method
SetClientWidth
GEngine/GRendererInfra/Private/GRiRenderer.cpp:24
↓ 1 callers
Method
SetGUIContent
GEngine/GDxRenderer/Private/GDxImgui.cpp:70
↓ 1 callers
Method
SetImgui
GEngine/GDxRenderer/Private/GDxRenderer.cpp:3653
↓ 1 callers
Method
SetMaterialScale
GEngine/GEngine/Private/GCore.cpp:1286
↓ 1 callers
Method
SetMaterialScale
([MarshalAs(UnmanagedType.LPWStr)] string matUniqueName, [In, Out] float[] scale)
GEngine/GEditor/import/IGCore.cs:60
↓ 1 callers
Method
SetMaterialTexture
GEngine/GEngine/Private/GCore.cpp:1309
← previous
next →
601–700 of 2,254, ranked by callers