Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VictorGordan/opengl-tutorials
/ functions
Functions
30,078 in github.com/VictorGordan/opengl-tutorials
⨍
Functions
30,078
◇
Types & classes
11,924
↓ 4 callers
Function
ImParseFormatFindStart
We don't use strchr() because our strings are usually very short and often start with '%'
Tessellation Shaders/imgui/imgui_widgets.cpp:3292
↓ 4 callers
Function
ImParseFormatFindStart
We don't use strchr() because our strings are usually very short and often start with '%'
ImGUI GLFW Tutorial/imgui/imgui_widgets.cpp:3202
↓ 4 callers
Function
ImParseFormatPrecision
Parse display precision back from the display format string FIXME: This is still used by some navigation code path to infer a minimum tweak step, but
Tessellation Shaders/imgui/imgui_widgets.cpp:3341
↓ 4 callers
Function
ImParseFormatPrecision
Parse display precision back from the display format string FIXME: This is still used by some navigation code path to infer a minimum tweak step, but
ImGUI GLFW Tutorial/imgui/imgui_widgets.cpp:3251
↓ 4 callers
Function
ImStrncpy
Tessellation Shaders/imgui/imgui.cpp:1443
↓ 4 callers
Function
ImStrncpy
ImGUI GLFW Tutorial/imgui/imgui.cpp:1311
↓ 4 callers
Function
ImTextCountCharsFromUtf8
Tessellation Shaders/imgui/imgui.cpp:1818
↓ 4 callers
Function
ImTextCountCharsFromUtf8
ImGUI GLFW Tutorial/imgui/imgui.cpp:1686
↓ 4 callers
Function
ImTextStrFromUtf8
Tessellation Shaders/imgui/imgui.cpp:1800
↓ 4 callers
Function
ImTextStrFromUtf8
ImGUI GLFW Tutorial/imgui/imgui.cpp:1668
↓ 4 callers
Function
InputTextCalcTextSizeW
Tessellation Shaders/imgui/imgui_widgets.cpp:3625
↓ 4 callers
Function
InputTextCalcTextSizeW
ImGUI GLFW Tutorial/imgui/imgui_widgets.cpp:3533
↓ 4 callers
Function
InputTextFilterCharacter
Return false to discard a character.
Tessellation Shaders/imgui/imgui_widgets.cpp:3861
↓ 4 callers
Function
InputTextFilterCharacter
Return false to discard a character.
ImGUI GLFW Tutorial/imgui/imgui_widgets.cpp:3768
↓ 4 callers
Function
IsActiveIdUsingNavDir
Tessellation Shaders/imgui/imgui_internal.h:2602
↓ 4 callers
Function
IsActiveIdUsingNavDir
ImGUI GLFW Tutorial/imgui/imgui_internal.h:2428
↓ 4 callers
Method
IsLoaded
ImGUI GLFW Tutorial/imgui/imgui.h:2716
↓ 4 callers
Method
LinkAttrib
Links a VBO Attribute such as a position or color to the VAO
YoutubeOpenGL 13 - Model Loading/VAO.cpp:10
↓ 4 callers
Method
LinkAttrib
Links a VBO Attribute such as a position or color to the VAO
YoutubeOpenGL 18 - Framebuffer & Post-processing/VAO.cpp:10
↓ 4 callers
Method
LinkAttrib
Links a VBO Attribute such as a position or color to the VAO
YoutubeOpenGL 25 - Shadow Maps (Directional Lights)/VAO.cpp:10
↓ 4 callers
Method
LinkAttrib
Links a VBO Attribute such as a position or color to the VAO
YoutubeOpenGL 22 - Anti-Aliasing/VAO.cpp:10
↓ 4 callers
Method
LinkAttrib
Links a VBO Attribute such as a position or color to the VAO
YoutubeOpenGL 28 - Parallax Occlusion Mapping/VAO.cpp:10
↓ 4 callers
Method
LinkAttrib
Links a VBO Attribute such as a position or color to the VAO
YoutubeOpenGL 26 - Shadow Maps (Spotlights & Point Lights)/VAO.cpp:10
↓ 4 callers
Method
LinkAttrib
Links a VBO Attribute such as a position or color to the VAO
YoutubeOpenGL 24 - Gamma Correction/VAO.cpp:10
↓ 4 callers
Method
LinkAttrib
Links a VBO Attribute such as a position or color to the VAO
YoutubeOpenGL 17 - Transparency & Blending/VAO.cpp:10
↓ 4 callers
Method
LinkAttrib
Links a VBO Attribute such as a position or color to the VAO
YoutubeOpenGL 16 - Face Culling & FPS Counter/VAO.cpp:10
↓ 4 callers
Method
LinkAttrib
Links a VBO Attribute such as a position or color to the VAO
YoutubeOpenGL 27 - Normal Maps/VAO.cpp:10
↓ 4 callers
Method
LinkAttrib
Links a VBO Attribute such as a position or color to the VAO
YoutubeOpenGL 12 - Mesh Class/VAO.cpp:10
↓ 4 callers
Method
LinkAttrib
Links a VBO Attribute such as a position or color to the VAO
YoutubeOpenGL 21 - Instancing (starting code)/VAO.cpp:10
↓ 4 callers
Method
LinkAttrib
Links a VBO Attribute such as a position or color to the VAO
YoutubeOpenGL 20 - Geometry Shader/VAO.cpp:10
↓ 4 callers
Method
LinkAttrib
Links a VBO Attribute such as a position or color to the VAO
YoutubeOpenGL 15 - Stencil Buffer/VAO.cpp:10
↓ 4 callers
Method
LinkAttrib
Links a VBO Attribute such as a position or color to the VAO
YoutubeOpenGL 29 - HDR/VAO.cpp:10
↓ 4 callers
Method
LinkAttrib
Links a VBO Attribute such as a position or color to the VAO
YoutubeOpenGL 19 - Cubemaps & Skyboxes/VAO.cpp:10
↓ 4 callers
Method
LinkAttrib
Links a VBO Attribute such as a position or color to the VAO
YoutubeOpenGL 30 - Bloom/VAO.cpp:10
↓ 4 callers
Method
LinkAttrib
Links a VBO Attribute such as a position or color to the VAO
YoutubeOpenGL 14 - Depth Buffer/VAO.cpp:10
↓ 4 callers
Function
MetricsHelpMarker
Avoid naming collision with imgui_demo.cpp's HelpMarker() for unity builds.
Tessellation Shaders/imgui/imgui.cpp:11802
↓ 4 callers
Method
PassFilter
ImGUI GLFW Tutorial/imgui/imgui.cpp:2084
↓ 4 callers
Method
PathStroke
Note: Anti-aliased filling requires points to be in clockwise order.
Tessellation Shaders/imgui/imgui.h:2589
↓ 4 callers
Method
PathStroke
Note: Anti-aliased filling requires points to be in clockwise order.
ImGUI GLFW Tutorial/imgui/imgui.h:2415
↓ 4 callers
Method
PushTextureID
Tessellation Shaders/imgui/imgui_draw.cpp:614
↓ 4 callers
Method
PushTextureID
ImGUI GLFW Tutorial/imgui/imgui_draw.cpp:597
↓ 4 callers
Function
RenderBullet
ImGUI GLFW Tutorial/imgui/imgui_internal.h:2544
↓ 4 callers
Function
STB_TEXTEDIT_GETWIDTH
Tessellation Shaders/imgui/imgui_widgets.cpp:3676
↓ 4 callers
Function
STB_TEXTEDIT_GETWIDTH
ImGUI GLFW Tutorial/imgui/imgui_widgets.cpp:3584
↓ 4 callers
Method
SetBit
Get bit n in the array
Tessellation Shaders/imgui/imgui.h:2714
↓ 4 callers
Method
SetInt
FIXME-OPT: Need a way to reuse the result of lower_bound when doing GetInt()/SetInt() - not too bad because it only happens on explicit interaction (m
Tessellation Shaders/imgui/imgui.cpp:2110
↓ 4 callers
Method
SetInt
FIXME-OPT: Need a way to reuse the result of lower_bound when doing GetInt()/SetInt() - not too bad because it only happens on explicit interaction (m
ImGUI GLFW Tutorial/imgui/imgui.cpp:1972
↓ 4 callers
Function
TableSettingsCalcChunkSize
Tessellation Shaders/imgui/imgui_tables.cpp:3150
↓ 4 callers
Function
TableSettingsCalcChunkSize
ImGUI GLFW Tutorial/imgui/imgui_tables.cpp:3130
↓ 4 callers
Method
Unbind
Unbinds the EBO
YoutubeOpenGL 21 - Instancing/EBO.cpp:18
↓ 4 callers
Method
_PopUnusedDrawCmd
Pop trailing draw command (used before merging or presenting to user) Note that this leaves the ImDrawList in a state unfit for further commands, as m
Tessellation Shaders/imgui/imgui_draw.cpp:465
↓ 4 callers
Function
_grow_capacity
Tessellation Shaders/imgui/imgui.h:1836
↓ 4 callers
Function
_grow_capacity
ImGUI GLFW Tutorial/imgui/imgui.h:1689
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
YoutubeOpenGL 13 - Model Loading/Libraries/include/json/json.h:10670
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
YoutubeOpenGL 21 - Instancing/Libraries/include/json/json.h:10670
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
YoutubeOpenGL 18 - Framebuffer & Post-processing/Libraries/include/json/json.h:10670
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
YoutubeOpenGL 25 - Shadow Maps (Directional Lights)/Libraries/include/json/json.h:10670
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
YoutubeOpenGL 22 - Anti-Aliasing/Libraries/include/json/json.h:10670
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
YoutubeOpenGL 28 - Parallax Occlusion Mapping/Libraries/include/json/json.h:10670
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
YoutubeOpenGL 26 - Shadow Maps (Spotlights & Point Lights)/Libraries/include/json/json.h:10670
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
YoutubeOpenGL 24 - Gamma Correction/Libraries/include/json/json.h:10670
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
YoutubeOpenGL 17 - Transparency & Blending/Libraries/include/json/json.h:10670
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
YoutubeOpenGL 16 - Face Culling & FPS Counter/Libraries/include/json/json.h:10670
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
YoutubeOpenGL 27 - Normal Maps/Libraries/include/json/json.h:10670
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
YoutubeOpenGL 21 - Instancing (starting code)/Libraries/include/json/json.h:10670
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
YoutubeOpenGL 20 - Geometry Shader/Libraries/include/json/json.h:10670
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
YoutubeOpenGL 15 - Stencil Buffer/Libraries/include/json/json.h:10670
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
YoutubeOpenGL 29 - HDR/Libraries/include/json/json.h:10670
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
YoutubeOpenGL 19 - Cubemaps & Skyboxes/Libraries/include/json/json.h:10670
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
YoutubeOpenGL 30 - Bloom/Libraries/include/json/json.h:10670
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
YoutubeOpenGL 14 - Depth Buffer/Libraries/include/json/json.h:10670
↓ 4 callers
Method
binary
YoutubeOpenGL 13 - Model Loading/Libraries/include/json/json.h:6250
↓ 4 callers
Method
binary
YoutubeOpenGL 21 - Instancing/Libraries/include/json/json.h:6250
↓ 4 callers
Method
binary
YoutubeOpenGL 18 - Framebuffer & Post-processing/Libraries/include/json/json.h:6250
↓ 4 callers
Method
binary
YoutubeOpenGL 25 - Shadow Maps (Directional Lights)/Libraries/include/json/json.h:6250
↓ 4 callers
Method
binary
YoutubeOpenGL 22 - Anti-Aliasing/Libraries/include/json/json.h:6250
↓ 4 callers
Method
binary
YoutubeOpenGL 28 - Parallax Occlusion Mapping/Libraries/include/json/json.h:6250
↓ 4 callers
Method
binary
YoutubeOpenGL 26 - Shadow Maps (Spotlights & Point Lights)/Libraries/include/json/json.h:6250
↓ 4 callers
Method
binary
YoutubeOpenGL 24 - Gamma Correction/Libraries/include/json/json.h:6250
↓ 4 callers
Method
binary
YoutubeOpenGL 17 - Transparency & Blending/Libraries/include/json/json.h:6250
↓ 4 callers
Method
binary
YoutubeOpenGL 16 - Face Culling & FPS Counter/Libraries/include/json/json.h:6250
↓ 4 callers
Method
binary
YoutubeOpenGL 27 - Normal Maps/Libraries/include/json/json.h:6250
↓ 4 callers
Method
binary
YoutubeOpenGL 21 - Instancing (starting code)/Libraries/include/json/json.h:6250
↓ 4 callers
Method
binary
YoutubeOpenGL 20 - Geometry Shader/Libraries/include/json/json.h:6250
↓ 4 callers
Method
binary
YoutubeOpenGL 15 - Stencil Buffer/Libraries/include/json/json.h:6250
↓ 4 callers
Method
binary
YoutubeOpenGL 29 - HDR/Libraries/include/json/json.h:6250
↓ 4 callers
Method
binary
YoutubeOpenGL 19 - Cubemaps & Skyboxes/Libraries/include/json/json.h:6250
↓ 4 callers
Method
binary
YoutubeOpenGL 30 - Bloom/Libraries/include/json/json.h:6250
↓ 4 callers
Method
binary
YoutubeOpenGL 14 - Depth Buffer/Libraries/include/json/json.h:6250
↓ 4 callers
Function
cend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
YoutubeOpenGL 13 - Model Loading/Libraries/include/json/json.h:21577
↓ 4 callers
Function
cend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
YoutubeOpenGL 21 - Instancing/Libraries/include/json/json.h:21577
↓ 4 callers
Function
cend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
YoutubeOpenGL 18 - Framebuffer & Post-processing/Libraries/include/json/json.h:21577
↓ 4 callers
Function
cend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
YoutubeOpenGL 25 - Shadow Maps (Directional Lights)/Libraries/include/json/json.h:21577
↓ 4 callers
Function
cend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
YoutubeOpenGL 22 - Anti-Aliasing/Libraries/include/json/json.h:21577
↓ 4 callers
Function
cend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
YoutubeOpenGL 28 - Parallax Occlusion Mapping/Libraries/include/json/json.h:21577
↓ 4 callers
Function
cend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
YoutubeOpenGL 26 - Shadow Maps (Spotlights & Point Lights)/Libraries/include/json/json.h:21577
↓ 4 callers
Function
cend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
YoutubeOpenGL 24 - Gamma Correction/Libraries/include/json/json.h:21577
↓ 4 callers
Function
cend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
YoutubeOpenGL 17 - Transparency & Blending/Libraries/include/json/json.h:21577
↓ 4 callers
Function
cend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
YoutubeOpenGL 16 - Face Culling & FPS Counter/Libraries/include/json/json.h:21577
↓ 4 callers
Function
cend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
YoutubeOpenGL 27 - Normal Maps/Libraries/include/json/json.h:21577
← previous
next →
2,301–2,400 of 30,078, ranked by callers