MCPcopy Create free account

hub / github.com/dfranx/SHADERed / functions

Functions3,948 in github.com/dfranx/SHADERed

↓ 2 callersFunctionstrncpy0
Version of strncpy that ensures dest (size bytes) is null-terminated. */
libs/misc/INIReader.h:161
↓ 2 callersFunctionswap
! @brief exchanges the values Exchanges the contents of the JSON value with those of @a other. Does not invoke any move, copy, or swap op
libs/json/single_include/nlohmann/json.hpp:19994
↓ 2 callersFunctionswap_endian
libs/SPIRVCross/spirv_parser.cpp:54
↓ 2 callersFunctionterm
libs/cppdap/src/socket.cpp:55
↓ 2 callersMethodto_name
libs/SPIRVCross/spirv_cross.cpp:186
↓ 2 callersMethodtype_struct_member_offset
libs/SPIRVCross/spirv_cross.cpp:1668
↓ 2 callersFunctionvorbis_decode_initial
libs/misc/stb_vorbis.c:3128
↓ 2 callersMethodwrite_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
libs/json/single_include/nlohmann/json.hpp:11324
↓ 2 callersMethodwrite_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
libs/json/include/nlohmann/detail/output/binary_writer.hpp:49
↓ 2 callersMethodwrite_cbor
! @param[in] j JSON value to serialize */
libs/json/single_include/nlohmann/json.hpp:11344
↓ 2 callersMethodwrite_cbor
! @param[in] j JSON value to serialize */
libs/json/include/nlohmann/detail/output/binary_writer.hpp:69
↓ 2 callersFunctionwrite_content_chunked
libs/misc/httplib.h:3039
↓ 2 callersFunctionwrite_headers
libs/misc/httplib.h:2942
↓ 2 callersMethodwrite_msgpack
! @param[in] j JSON value to serialize */
libs/json/single_include/nlohmann/json.hpp:11588
↓ 2 callersMethodwrite_msgpack
! @param[in] j JSON value to serialize */
libs/json/include/nlohmann/detail/output/binary_writer.hpp:374
↓ 2 callersMethodwrite_ubjson
! @param[in] j JSON value to serialize @param[in] use_count whether to use '#' prefixes (optimized format) @param[in] use_type wheth
libs/json/single_include/nlohmann/json.hpp:11830
↓ 2 callersMethodwrite_ubjson
! @param[in] j JSON value to serialize @param[in] use_count whether to use '#' prefixes (optimized format) @param[in] use_type wheth
libs/json/include/nlohmann/detail/output/binary_writer.hpp:698
↓ 1 callersFunctionASN1_STRING_get0_data
libs/misc/httplib.h:228
↓ 1 callersMethodAdd
src/SHADERed/UI/Debug/ImmediateUI.h:11
↓ 1 callersMethodAddFavorite
libs/misc/ImFileDialog.cpp:552
↓ 1 callersMethodAddNotification
src/SHADERed/GUIManager.cpp:1272
↓ 1 callersMethodAddPickedItem
src/SHADERed/Objects/RenderEngine.cpp:1884
↓ 1 callersMethodAddSnippet
src/SHADERed/UI/CodeEditorUI.cpp:631
↓ 1 callersMethodAddToList
src/SHADERed/Objects/FunctionVariableManager.cpp:23
↓ 1 callersMethodAllocateGlobalBreakpointsMap
src/SHADERed/Objects/FrameAnalysis.cpp:631
↓ 1 callersMethodAllocateHeatmap
src/SHADERed/Objects/FrameAnalysis.cpp:598
↓ 1 callersMethodAllocateShaderThumbnail
src/SHADERed/Objects/WebAPI.cpp:437
↓ 1 callersMethodAllocateUndefinedBehaviorMap
src/SHADERed/Objects/FrameAnalysis.cpp:614
↓ 1 callersMethodAllocateVariableValueMap
src/SHADERed/Objects/FrameAnalysis.cpp:749
↓ 1 callersMethodAllowComputeShaders
src/SHADERed/Objects/RenderEngine.h:51
↓ 1 callersMethodAllowTessellationShaders
src/SHADERed/Objects/RenderEngine.h:52
↓ 1 callersMethodApplySettings
src/SHADERed/UI/CodeEditorUI.cpp:767
↓ 1 callersMethodCalculateWidth
src/SHADERed/Objects/Settings.h:123
↓ 1 callersMethodChangePluginShaderEditor
src/SHADERed/UI/CodeEditorUI.cpp:651
↓ 1 callersMethodCheck
src/SHADERed/Objects/KeyboardShortcuts.cpp:167
↓ 1 callersMethodCheckBreakpoint
src/SHADERed/Objects/DebugInformation.cpp:2604
↓ 1 callersMethodCheckForApplicationUpdates
src/SHADERed/Objects/WebAPI.cpp:419
↓ 1 callersMethodClearVariableList
src/SHADERed/Objects/FunctionVariableManager.cpp:248
↓ 1 callersMethodClearVectorWatchList
src/SHADERed/Objects/DebugInformation.cpp:2481
↓ 1 callersMethodClearWatchList
src/SHADERed/Objects/DebugInformation.cpp:2441
↓ 1 callersMethodClick
src/SHADERed/Objects/GizmoObject.cpp:313
↓ 1 callersMethodCopyTessellationControlShaderOutput
src/SHADERed/Objects/DebugInformation.cpp:2350
↓ 1 callersMethodCreate
src/SHADERed/UI/CreateItemUI.cpp:796
↓ 1 callersMethodCreatePluginItem
src/SHADERed/Objects/ObjectManager.cpp:558
↓ 1 callersMethodDownloadPlugin
src/SHADERed/Objects/WebAPI.cpp:497
↓ 1 callersMethodDownloadShaderProject
src/SHADERed/Objects/WebAPI.cpp:444
↓ 1 callersMethodDownloadTheme
src/SHADERed/Objects/WebAPI.cpp:539
↓ 1 callersMethodDrawTextEditor
src/SHADERed/UI/CodeEditorUI.cpp:545
↓ 1 callersMethodEmitVertex
src/SHADERed/Objects/DebugInformation.cpp:2739
↓ 1 callersMethodEmptyTrackedFiles
src/SHADERed/UI/CodeEditorUI.h:97
↓ 1 callersMethodEndPrimitive
src/SHADERed/Objects/DebugInformation.cpp:2791
↓ 1 callersMethodError
libs/cppdap/src/session.cpp:483
↓ 1 callersMethodExecute
src/SHADERed/Objects/CommandLineOptionParser.cpp:352
↓ 1 callersMethodExecuteTessellationControlShader
src/SHADERed/Objects/DebugInformation.cpp:2330
↓ 1 callersFunctionFavoriteButton
libs/misc/ImFileDialog.cpp:222
↓ 1 callersMethodFetchChangelog
src/SHADERed/Objects/WebAPI.cpp:410
↓ 1 callersMethodFetchPixel
src/SHADERed/InterfaceManager.cpp:216
↓ 1 callersMethodFetchTips
src/SHADERed/Objects/WebAPI.cpp:389
↓ 1 callersFunctionFileIcon
libs/misc/ImFileDialog.cpp:277
↓ 1 callersMethodFlushCache
src/SHADERed/Objects/RenderEngine.cpp:1948
↓ 1 callersFunctionFolderNode
UI CONTROLS */
libs/misc/ImFileDialog.cpp:32
↓ 1 callersMethodFreeData
src/SHADERed/Objects/PipelineManager.cpp:392
↓ 1 callersMethodFreeMemory
src/SHADERed/UI/BrowseOnlineUI.cpp:444
↓ 1 callersMethodGetAudioBuffer
src/SHADERed/Engine/AudioPlayer.h:24
↓ 1 callersMethodGetAudioBuffer
src/SHADERed/Objects/AudioShaderStream.h:33
↓ 1 callersMethodGetBaseType
src/SHADERed/Objects/ShaderVariable.h:205
↓ 1 callersMethodGetColorOutput
src/SHADERed/Objects/FrameAnalysis.h:24
↓ 1 callersMethodGetDecoder
src/SHADERed/Engine/AudioPlayer.h:26
↓ 1 callersMethodGetDepthTexture
src/SHADERed/Objects/RenderEngine.h:60
↓ 1 callersMethodGetErrorAndWarningMsgCount
src/SHADERed/Objects/MessageStack.cpp:35
↓ 1 callersMethodGetFont
src/SHADERed/UI/CodeEditorUI.h:85
↓ 1 callersMethodGetGLSLExtension
src/SHADERed/Objects/DebugInformation.h:27
↓ 1 callersMethodGetGPUTime
src/SHADERed/Objects/RenderEngine.h:64
↓ 1 callersMethodGetInstructionCount
src/SHADERed/Objects/FrameAnalysis.h:29
↓ 1 callersMethodGetInstructionCountAverage
src/SHADERed/Objects/FrameAnalysis.h:30
↓ 1 callersMethodGetLastUndefinedBehaviorLine
src/SHADERed/Objects/DebugInformation.h:150
↓ 1 callersMethodGetLastUndefinedBehaviorType
src/SHADERed/Objects/DebugInformation.h:149
↓ 1 callersMethodGetMeshNames
src/SHADERed/Engine/Model.cpp:113
↓ 1 callersMethodGetOpenedFilesData
src/SHADERed/UI/CodeEditorUI.cpp:1388
↓ 1 callersMethodGetPixelCount
src/SHADERed/Objects/FrameAnalysis.h:37
↓ 1 callersMethodGetPixelShaderOutput
src/SHADERed/Objects/DebugInformation.cpp:1969
↓ 1 callersMethodGetPixelsDiscarded
src/SHADERed/Objects/FrameAnalysis.h:38
↓ 1 callersMethodGetPixelsFailedDepthTest
src/SHADERed/Objects/FrameAnalysis.h:40
↓ 1 callersMethodGetPixelsUndefinedBehavior
src/SHADERed/Objects/FrameAnalysis.h:39
↓ 1 callersMethodGetPluginEditorPath
src/SHADERed/UI/CodeEditorUI.cpp:1344
↓ 1 callersMethodGetPluginEditorPipelineItem
src/SHADERed/UI/CodeEditorUI.cpp:670
↓ 1 callersMethodGetRowCount
src/SHADERed/Objects/ShaderVariable.h:195
↓ 1 callersMethodGetTriangleCount
src/SHADERed/Objects/FrameAnalysis.h:42
↓ 1 callersMethodGetTrianglesDiscarded
src/SHADERed/Objects/FrameAnalysis.h:43
↓ 1 callersMethodGetUIRectPosition
src/SHADERed/UI/PreviewUI.h:83
↓ 1 callersMethodGetUIRectSize
src/SHADERed/UI/PreviewUI.h:82
↓ 1 callersMethodGetUndefinedBehaviorLastLine
src/SHADERed/Objects/FrameAnalysis.h:33
↓ 1 callersMethodGetUndefinedBehaviorLastType
src/SHADERed/Objects/FrameAnalysis.h:35
↓ 1 callersMethodGetVMContext
src/SHADERed/Objects/DebugInformation.h:26
↓ 1 callersMethodGetViewOrthographicMatrix
src/SHADERed/Objects/SystemVariableManager.h:77
↓ 1 callersMethodGetZoom
libs/misc/ImFileDialog.h:48
↓ 1 callersMethodHandleDropFile
src/SHADERed/Objects/PluginManager.cpp:1220
↓ 1 callersMethodHandleMouseMove
src/SHADERed/Objects/GizmoObject.cpp:193
↓ 1 callersMethodHasFocus
src/SHADERed/UI/CodeEditorUI.h:83
↓ 1 callersMethodInit
src/SHADERed/Objects/FrameAnalysis.cpp:296
← previousnext →1,101–1,200 of 3,948, ranked by callers