Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Angelo1211/HybridRenderingEngine
/ functions
Functions
2,763 in github.com/Angelo1211/HybridRenderingEngine
⨍
Functions
2,763
◇
Types & classes
1,006
↓ 9 callers
Method
number_float
libs/nlohmann/json.hpp:4403
↓ 9 callers
Method
sax_parse
libs/nlohmann/json.hpp:4581
↓ 9 callers
Function
stbtt__buf_seek
libs/imgui/imstb_truetype.h:1114
↓ 9 callers
Function
stbtt__new_buf
libs/imgui/imstb_truetype.h:1135
↓ 9 callers
Function
stbtt_setvertex
libs/imgui/imstb_truetype.h:1543
↓ 9 callers
Function
swap
! @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/nlohmann/json.hpp:16389
↓ 8 callers
Function
ImTextCharFromUtf8
Convert UTF-8 to 32-bits character, process single character input. Based on stb_from_utf8() from github.com/nothings/stb/ We handle UTF-8 decoding er
libs/imgui/imgui.cpp:1404
↓ 8 callers
Function
IsNavInputPressed
libs/imgui/imgui_internal.h:1201
↓ 8 callers
Function
STB_TEXTEDIT_LAYOUTROW
libs/imgui/imgui_widgets.cpp:2875
↓ 8 callers
Method
distance
---------------------------------PLANE------------------------------------// Returns a negative value if not aligned in the same direction of plane no
src/geometry.cpp:47
↓ 8 callers
Method
length
libs/glm/detail/type_quat.hpp:56
↓ 8 callers
Method
setBool
Setting uniforms within the shader, share functionality with compute
src/shader.cpp:128
↓ 8 callers
Function
stbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
libs/stb_image.h:2153
↓ 8 callers
Function
stbi__convert_format
libs/stb_image.h:1519
↓ 8 callers
Function
stbi__mad3sizes_valid
returns 1 if "a*b*c + add" has no negative terms/factors and doesn't overflow
libs/stb_image.h:901
↓ 8 callers
Function
stbtt__buf_skip
libs/imgui/imstb_truetype.h:1120
↓ 8 callers
Method
value
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
libs/nlohmann/json.hpp:5682
↓ 7 callers
Method
AddCircle
libs/imgui/imgui_draw.cpp:1110
↓ 7 callers
Method
AddImage
libs/imgui/imgui_draw.cpp:1174
↓ 7 callers
Method
GetRemainingSize
--------------------------------------------------------------------- Get the remaining stream size (to the end of the stream) */
libs/assimp/include/assimp/StreamReader.h:176
↓ 7 callers
Function
ImCharIsBlankA
libs/imgui/imgui_internal.h:124
↓ 7 callers
Function
ImFormatStringV
libs/imgui/imgui.cpp:1283
↓ 7 callers
Function
ImTextStrFromUtf8
libs/imgui/imgui.cpp:1462
↓ 7 callers
Function
IsLineEnd
libs/assimp/include/assimp/ParsingUtils.h:104
↓ 7 callers
Function
IsNavInputDown
libs/imgui/imgui_internal.h:1200
↓ 7 callers
Method
bind
src/framebuffer.cpp:11
↓ 7 callers
Method
clear
TODO:: This currently clears whatever framebuffer is bound, not the framebuffer that calls this function
src/framebuffer.cpp:18
↓ 7 callers
Method
setFloat
src/shader.cpp:136
↓ 7 callers
Function
stbi__compute_y
libs/stb_image.h:1514
↓ 7 callers
Function
stbi__start_callbacks
initialize a callback-based context
libs/stb_image.h:720
↓ 7 callers
Function
stbi__start_mem
initialize a memory-decode context
libs/stb_image.h:711
↓ 7 callers
Function
stbtt__cff_get_index
libs/imgui/imstb_truetype.h:1157
↓ 7 callers
Method
string
libs/nlohmann/json.hpp:4408
↓ 6 callers
Method
AddRectFilledMultiColor
libs/imgui/imgui_draw.cpp:1049
↓ 6 callers
Method
AddTriangleFilled
libs/imgui/imgui_draw.cpp:1099
↓ 6 callers
Function
CalcSizeAfterConstraint
libs/imgui/imgui.cpp:4218
↓ 6 callers
Method
Draw
libs/imgui/imgui.cpp:1856
↓ 6 callers
Method
GetIDNoKeepAlive
libs/imgui/imgui.cpp:2384
↓ 6 callers
Function
GetScrollMaxY
libs/imgui/imgui.cpp:4294
↓ 6 callers
Method
HasSelection
libs/imgui/imgui.h:1463
↓ 6 callers
Function
IM_DELETE
libs/imgui/imgui.h:1323
↓ 6 callers
Function
ImCos
libs/imgui/imgui_internal.h:182
↓ 6 callers
Function
ImSin
libs/imgui/imgui_internal.h:183
↓ 6 callers
Function
ImTextCountCharsFromUtf8
libs/imgui/imgui.cpp:1481
↓ 6 callers
Function
ImTextCountUtf8BytesFromStr
libs/imgui/imgui.cpp:1566
↓ 6 callers
Method
PrimVtx
libs/imgui/imgui.h:1735
↓ 6 callers
Function
SetWindowSize
libs/imgui/imgui.cpp:5671
↓ 6 callers
Method
appendf
libs/imgui/imgui.cpp:1981
↓ 6 callers
Method
end_array
libs/nlohmann/json.hpp:4433
↓ 6 callers
Method
end_object
libs/nlohmann/json.hpp:4423
↓ 6 callers
Function
is_string
! @brief return whether value is a string This function returns true if and only if the JSON value is a string. @return `true` if type i
libs/nlohmann/json.hpp:13360
↓ 6 callers
Method
length
libs/glm/gtx/dual_quaternion.hpp:52
↓ 6 callers
Method
setNormalAndPoint
Setup function using a normal and a point on the plane
src/geometry.cpp:52
↓ 6 callers
Method
setupFrameBuffer
Framebuffer Characteristics 1. 1 Color, 1 Depth buffer 2. Color Buffer: screen width/height, not multisampled, HDR 3. Depth Buffer: screen width/heig
src/framebuffer.cpp:59
↓ 6 callers
Method
start_array
libs/nlohmann/json.hpp:4428
↓ 6 callers
Method
start_object
libs/nlohmann/json.hpp:4413
↓ 6 callers
Function
stb__match
libs/imgui/imgui_draw.cpp:2950
↓ 6 callers
Function
stbi__fopen
libs/stb_image.h:1146
↓ 6 callers
Function
stbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
libs/stb_image.h:2656
↓ 6 callers
Function
stbi__hdr_test
libs/stb_image.h:6608
↓ 6 callers
Function
stbi__mul2sizes_valid
returns 1 if the product is valid, 0 on overflow. negative factors are considered invalid.
libs/stb_image.h:886
↓ 6 callers
Function
stbi__start_file
libs/stb_image.h:755
↓ 6 callers
Function
stbtt_GetGlyphBitmapBoxSubpixel
libs/imgui/imstb_truetype.h:2611
↓ 6 callers
Function
stbtt_ScaleForPixelHeight
libs/imgui/imstb_truetype.h:2589
↓ 6 callers
Function
stbtt__buf_range
libs/imgui/imstb_truetype.h:1148
↓ 6 callers
Function
stbtt__dict_get_ints
libs/imgui/imstb_truetype.h:1213
↓ 6 callers
Function
stbtt__matchpair
libs/imgui/imstb_truetype.h:4626
↓ 5 callers
Function
DataTypeFormatString
libs/imgui/imgui_widgets.cpp:1515
↓ 5 callers
Function
Decode85Byte
libs/imgui/imgui_draw.cpp:1538
↓ 5 callers
Function
ImRotate
libs/imgui/imgui_internal.h:210
↓ 5 callers
Function
ImSwap
libs/imgui/imgui_internal.h:195
↓ 5 callers
Method
PathArcTo
libs/imgui/imgui_draw.cpp:922
↓ 5 callers
Method
PathArcToFast
libs/imgui/imgui_draw.cpp:907
↓ 5 callers
Function
STB_TEXTEDIT_INSERTCHARS
libs/imgui/imgui_widgets.cpp:2915
↓ 5 callers
Function
SetWindowPos
libs/imgui/imgui.cpp:5636
↓ 5 callers
Function
ShowExampleMenuFile
libs/imgui/imgui_demo.cpp:2694
↓ 5 callers
Function
SkipSpaces
libs/assimp/include/assimp/ParsingUtils.h:118
↓ 5 callers
Method
dump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
libs/nlohmann/json.hpp:9767
↓ 5 callers
Method
is_begin
return whether the iterator can be dereferenced
libs/nlohmann/json.hpp:4972
↓ 5 callers
Method
null
libs/nlohmann/json.hpp:4383
↓ 5 callers
Function
push_back
! @brief add an object to an array Appends the given element @a val to the end of the JSON value. If the function is called on a JSON nul
libs/nlohmann/json.hpp:15758
↓ 5 callers
Function
stb_textedit_delete_selection
delete the section
libs/imgui/imstb_textedit.h:596
↓ 5 callers
Function
stb_textedit_move_to_first
move cursor to first character of selection
libs/imgui/imstb_textedit.h:622
↓ 5 callers
Function
stbi__do_zlib
libs/stb_image.h:4168
↓ 5 callers
Function
stbi__getn
libs/stb_image.h:1446
↓ 5 callers
Function
stbi__hdr_gettoken
libs/stb_image.h:6620
↓ 5 callers
Function
stbi__jpeg_huff_decode
decode a jpeg huffman value from the bitstream
libs/stb_image.h:1845
↓ 5 callers
Function
stbi__jpeg_reset
after a restart interval, stbi__jpeg_reset the entropy decoder and the dc prediction
libs/stb_image.h:2673
↓ 5 callers
Function
stbi__paeth
libs/stb_image.h:4316
↓ 5 callers
Function
stbi__zbuild_huffman
libs/stb_image.h:3821
↓ 5 callers
Function
stbtt_GetGlyphShape
libs/imgui/imstb_truetype.h:2249
↓ 5 callers
Function
stbtt_InitFont
libs/imgui/imstb_truetype.h:4735
↓ 5 callers
Function
stbtt__csctx_rline_to
libs/imgui/imstb_truetype.h:1902
↓ 4 callers
Function
ASSIMP_strincmp
------------------------------------------------------------------------------- @brief Helper function to do platform independent string comparison.
libs/assimp/include/assimp/StringComparison.h:184
↓ 4 callers
Method
GetI1
--------------------------------------------------------------------- Read a signed 8 bit integer from the stream */
libs/assimp/include/assimp/StreamReader.h:134
↓ 4 callers
Function
GetScrollMaxX
libs/imgui/imgui.cpp:4289
↓ 4 callers
Function
GetViewportRect
libs/imgui/imgui.cpp:4014
↓ 4 callers
Method
HasTextureCoords
Check whether the mesh contains a texture coordinate set \param pIndex Index of the texture coordinates set
libs/assimp/include/assimp/mesh.h:810
↓ 4 callers
Function
ImAcos01
libs/imgui/imgui_draw.cpp:2864
↓ 4 callers
Function
ImFmod
libs/imgui/imgui_internal.h:180
← previous
next →
101–200 of 2,763, ranked by callers