Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Angelo1211/SoftwareRenderer
/ functions
Functions
364 in github.com/Angelo1211/SoftwareRenderer
⨍
Functions
364
◇
Types & classes
28
Function
stbi__resample_row_generic
libs/stb_image.h:3354
Function
stbi__resample_row_h_2
libs/stb_image.h:3183
Function
stbi__resample_row_hv_2
libs/stb_image.h:3213
Function
stbi__resample_row_hv_2_simd
libs/stb_image.h:3238
Function
stbi__resample_row_v_2
libs/stb_image.h:3173
Function
stbi__stdio_eof
libs/stb_image.h:743
Function
stbi__stdio_read
libs/stb_image.h:733
Function
stbi__stdio_skip
libs/stb_image.h:738
Function
stbi_convert_iphone_png_to_rgb
libs/stb_image.h:4681
Function
stbi_failure_reason
libs/stb_image.h:846
Function
stbi_hdr_to_ldr_gamma
libs/stb_image.h:1374
Function
stbi_hdr_to_ldr_scale
libs/stb_image.h:1375
Function
stbi_info
libs/stb_image.h:7166
Function
stbi_info_from_callbacks
libs/stb_image.h:7216
Function
stbi_info_from_memory
libs/stb_image.h:7209
Function
stbi_is_16_bit
libs/stb_image.h:7187
Function
stbi_is_16_bit_from_callbacks
libs/stb_image.h:7230
Function
stbi_is_16_bit_from_memory
libs/stb_image.h:7223
Function
stbi_is_hdr
libs/stb_image.h:1324
Function
stbi_is_hdr_from_callbacks
libs/stb_image.h:1352
Function
stbi_is_hdr_from_memory
libs/stb_image.h:1310
Function
stbi_ldr_to_hdr_gamma
libs/stb_image.h:1368
Function
stbi_ldr_to_hdr_scale
libs/stb_image.h:1369
Function
stbi_load_16
libs/stb_image.h:1195
Function
stbi_load_16_from_callbacks
libs/stb_image.h:1215
Function
stbi_load_16_from_memory
libs/stb_image.h:1208
Function
stbi_load_from_callbacks
libs/stb_image.h:1229
Function
stbi_load_from_memory
libs/stb_image.h:1222
Function
stbi_load_gif_from_memory
libs/stb_image.h:1237
Function
stbi_loadf
libs/stb_image.h:1286
Function
stbi_loadf_from_callbacks
libs/stb_image.h:1278
Function
stbi_loadf_from_memory
libs/stb_image.h:1271
Function
stbi_set_unpremultiply_on_load
libs/stb_image.h:4676
Function
stbi_zlib_decode_buffer
libs/stb_image.h:4215
Function
stbi_zlib_decode_malloc
libs/stb_image.h:4194
Function
stbi_zlib_decode_noheader_buffer
libs/stb_image.h:4242
Function
stbi_zlib_decode_noheader_malloc
libs/stb_image.h:4226
Method
testPattern
src/rasterizer.cpp:53
Method
tileData
Organizes the texture images in tiles to improve cache coherency and reduce the amount of cache misses that getting pixel values would cause
src/texture.cpp:52
Method
transformMatrix
Multiplication order is very important translation *(rotation*(scaling)) to avoid unexpected behaviour
src/matrix.cpp:329
Method
translateMat
Could porbably be combined with scale mat
src/matrix.cpp:316
Method
triBoundBox
src/rasterizer.cpp:210
Method
unitMatrix
src/matrix.cpp:263
Method
update
Any change in the posiiton, rotation, scale of an object will cause a change in the AABB This function rebuilds it based on those changes which are co
src/geometry.cpp:35
Method
update
Misdirection towards the current scene to avoid pointer dangling after scene switching
src/sceneManager.cpp:44
Method
update
Updates target and position based on camera movement mode. Also updates view matrix and projection matrix for rendering
src/camera.cpp:19
Method
update
src/model.cpp:13
Method
update
include/light.h:20
Method
vertex
include/shader.h:37
Method
vertex
include/shader.h:66
Method
vertex
include/shader.h:115
Method
vertex
include/shader.h:166
Method
vertex
include/shader.h:227
Method
viewportTransform
src/rasterizer.cpp:202
Method
~Buffer
include/buffer.h:31
Method
~DisplayManager
src/displayManager.cpp:11
Method
~Engine
src/engine.cpp:11
Method
~IShader
include/shader.h:24
Method
~InputManager
src/inputManager.cpp:11
Method
~RenderManager
src/renderManager.cpp:11
Method
~Scene
src/scene.cpp:28
Method
~SceneManager
src/sceneManager.cpp:11
Method
~SoftwareRenderer
src/softwareRenderer.cpp:14
Method
~Texture
src/texture.cpp:93
← previous
301–364 of 364, ranked by callers