Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/capnramses/antons_opengl_tutorials_book
/ functions
Functions
5,470 in github.com/capnramses/antons_opengl_tutorials_book
⨍
Functions
5,470
◇
Types & classes
207
↓ 8 callers
Function
gl_log
15_phongtextures/gl_utils.cpp:37
↓ 8 callers
Function
gl_log
12_debugging_shaders/gl_utils.cpp:37
↓ 8 callers
Function
gl_log
39_texture_mapping_srgb/gl_utils.cpp:37
↓ 8 callers
Function
gl_log
10_screen_capture/gl_utils.cpp:37
↓ 8 callers
Function
gl_log
34_framebuffer_switch/gl_utils.cpp:37
↓ 8 callers
Function
gl_log
04_mats_and_vecs/gl_utils.cpp:37
↓ 8 callers
Function
gl_log
17_alpha_blending/gl_utils.cpp:37
↓ 8 callers
Function
gl_log
18_spotlights/gl_utils.cpp:37
↓ 8 callers
Function
gl_log
05_virtual_camera/gl_utils.cpp:37
↓ 8 callers
Function
gl_log
16_frag_reject/gl_utils.cpp:37
↓ 8 callers
Function
gl_log
28_uniform_buffer_object/gl_utils.cpp:38
↓ 8 callers
Function
gl_log
20_normal_mapping/gl_utils.cpp:39
↓ 8 callers
Function
gl_log
37_deferred_shading/gl_utils.cpp:37
↓ 8 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
07_ray_picking/gl_utils.cpp:61
↓ 8 callers
Function
quat_to_mat4
convert a unit quaternion q to a 4x4 matrix m */
06_vcam_with_quaternion/main.cpp:50
↓ 8 callers
Function
stbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
14_multi_tex/stb_image.h:1979
↓ 8 callers
Function
stbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
09_texture_mapping/stb_image.h:1979
↓ 8 callers
Function
stbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
26_bitmap_fonts/stb_image.h:2342
↓ 8 callers
Function
stbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
29_particle_systems/stb_image.h:2342
↓ 8 callers
Function
stbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
21_cube_mapping/stb_image.h:2342
↓ 8 callers
Function
stbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
24_gui_panels/stb_image.h:2342
↓ 8 callers
Function
stbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
11_video_capture/stb_image.h:1979
↓ 8 callers
Function
stbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
13_mesh_import/stb_image.h:1979
↓ 8 callers
Function
stbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
15_phongtextures/stb_image.h:1979
↓ 8 callers
Function
stbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
12_debugging_shaders/stb_image.h:1979
↓ 8 callers
Function
stbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
27_font_atlas/stb_image.h:2342
↓ 8 callers
Function
stbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
39_texture_mapping_srgb/stb_image.h:2342
↓ 8 callers
Function
stbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
10_screen_capture/stb_image.h:1979
↓ 8 callers
Function
stbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
17_alpha_blending/stb_image.h:1979
↓ 8 callers
Function
stbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
16_frag_reject/stb_image.h:1979
↓ 8 callers
Function
stbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
28_uniform_buffer_object/stb_image.h:2342
↓ 8 callers
Function
stbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
20_normal_mapping/stb_image.h:2342
↓ 8 callers
Function
stbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
25_sprite_sheets/stb_image.h:2342
↓ 8 callers
Function
stbi__convert_format
26_bitmap_fonts/stb_image.h:1694
↓ 8 callers
Function
stbi__convert_format
29_particle_systems/stb_image.h:1694
↓ 8 callers
Function
stbi__convert_format
21_cube_mapping/stb_image.h:1694
↓ 8 callers
Function
stbi__convert_format
24_gui_panels/stb_image.h:1694
↓ 8 callers
Function
stbi__convert_format
27_font_atlas/stb_image.h:1694
↓ 8 callers
Function
stbi__convert_format
39_texture_mapping_srgb/stb_image.h:1694
↓ 8 callers
Function
stbi__convert_format
28_uniform_buffer_object/stb_image.h:1694
↓ 8 callers
Function
stbi__convert_format
20_normal_mapping/stb_image.h:1694
↓ 8 callers
Function
stbi__convert_format
25_sprite_sheets/stb_image.h:1694
↓ 7 callers
Function
create_versor
create a unit quaternion q from an angle in degrees a, and an axis x,y,z */
06_vcam_with_quaternion/main.cpp:41
↓ 7 callers
Function
gl_log
23_tessellation_shaders/gl_utils.cpp:20
↓ 7 callers
Function
gl_log
add a message to the log file. arguments work the same way as printf() */
01_extended_init/main.c:46
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
14_multi_tex/gl_utils.cpp:52
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
09_texture_mapping/gl_utils.cpp:52
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
21_cube_mapping/gl_utils.cpp:54
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
38_texture_shadows/gl_utils.cpp:57
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
32_skinning_part_three/gl_utils.cpp:52
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
08_phong/gl_utils.cpp:52
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
31_skinning_part_two/gl_utils.cpp:52
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
03_vertex_buffer_objects/gl_utils.cpp:52
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
35_image_kernel/gl_utils.cpp:52
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
30_skinning_part_one/gl_utils.cpp:52
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
36_colour_picking/gl_utils.cpp:52
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
11_video_capture/gl_utils.cpp:52
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
06_vcam_with_quaternion/gl_utils.cpp:55
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
13_mesh_import/gl_utils.cpp:52
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
22_geom_shaders/gl_utils.cpp:52
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
19_fog/gl_utils.cpp:52
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
15_phongtextures/gl_utils.cpp:52
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
12_debugging_shaders/gl_utils.cpp:52
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
39_texture_mapping_srgb/gl_utils.cpp:52
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
10_screen_capture/gl_utils.cpp:52
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
34_framebuffer_switch/gl_utils.cpp:52
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
04_mats_and_vecs/gl_utils.cpp:52
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
17_alpha_blending/gl_utils.cpp:52
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
18_spotlights/gl_utils.cpp:52
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
05_virtual_camera/gl_utils.cpp:52
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
16_frag_reject/gl_utils.cpp:52
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
28_uniform_buffer_object/gl_utils.cpp:53
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
20_normal_mapping/gl_utils.cpp:54
↓ 7 callers
Function
gl_log_err
same as gl_log except also prints to stderr */
37_deferred_shading/gl_utils.cpp:52
↓ 7 callers
Function
identity_mat4
23_tessellation_shaders/maths_funcs.cpp:256
↓ 7 callers
Function
identity_mat4
26_bitmap_fonts/maths_funcs.cpp:256
↓ 7 callers
Function
identity_mat4
35_image_kernel/maths_funcs.cpp:256
↓ 7 callers
Function
identity_mat4
22_geom_shaders/maths_funcs.cpp:256
↓ 7 callers
Function
identity_mat4
27_font_atlas/maths_funcs.cpp:256
↓ 7 callers
Function
identity_mat4
34_framebuffer_switch/maths_funcs.cpp:256
↓ 7 callers
Function
quat_from_axis_deg
21_cube_mapping/maths_funcs.cpp:498
↓ 7 callers
Function
quat_from_axis_deg
38_texture_shadows/maths_funcs.cpp:498
↓ 7 callers
Function
quat_from_axis_deg
07_ray_picking/maths_funcs.cpp:498
↓ 7 callers
Function
quat_from_axis_deg
24_gui_panels/maths_funcs.cpp:498
↓ 7 callers
Function
quat_from_axis_deg
28_uniform_buffer_object/maths_funcs.cpp:498
↓ 7 callers
Function
quat_from_axis_deg
25_sprite_sheets/maths_funcs.cpp:498
↓ 7 callers
Function
stbi__compute_y
26_bitmap_fonts/stb_image.h:1685
↓ 7 callers
Function
stbi__compute_y
29_particle_systems/stb_image.h:1685
↓ 7 callers
Function
stbi__compute_y
21_cube_mapping/stb_image.h:1685
↓ 7 callers
Function
stbi__compute_y
24_gui_panels/stb_image.h:1685
↓ 7 callers
Function
stbi__compute_y
27_font_atlas/stb_image.h:1685
↓ 7 callers
Function
stbi__compute_y
39_texture_mapping_srgb/stb_image.h:1685
↓ 7 callers
Function
stbi__compute_y
28_uniform_buffer_object/stb_image.h:1685
↓ 7 callers
Function
stbi__compute_y
20_normal_mapping/stb_image.h:1685
↓ 7 callers
Function
stbi__compute_y
25_sprite_sheets/stb_image.h:1685
↓ 7 callers
Function
stbi__convert_format
14_multi_tex/stb_image.h:1345
↓ 7 callers
Function
stbi__convert_format
09_texture_mapping/stb_image.h:1345
↓ 7 callers
Function
stbi__convert_format
11_video_capture/stb_image.h:1345
↓ 7 callers
Function
stbi__convert_format
13_mesh_import/stb_image.h:1345
↓ 7 callers
Function
stbi__convert_format
15_phongtextures/stb_image.h:1345
← previous
next →
301–400 of 5,470, ranked by callers