Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lugdunum3D/Lugdunum
/ functions
Functions
1,063 in github.com/Lugdunum3D/Lugdunum
⨍
Functions
1,063
◇
Types & classes
433
↓ 4 callers
Method
getSize
src/lug/System/Memory/Allocator/Stack.cpp:84
↓ 4 callers
Function
stbi__bitcount
ext/stb_image.h:4953
↓ 4 callers
Function
stbi__cleanup_jpeg
clean up the temporary component buffers
ext/stb_image.h:3502
↓ 4 callers
Function
stbi__compute_y_16
ext/stb_image.h:1515
↓ 4 callers
Function
stbi__extend_receive
combined JPEG 'receive' and JPEG 'extend', since baseline always extends everything it receives.
ext/stb_image.h:1850
↓ 4 callers
Function
stbi__high_bit
returns 0..31 for the highest set bit
ext/stb_image.h:4941
↓ 4 callers
Function
stbi__jpeg_get_bit
ext/stb_image.h:1877
↓ 4 callers
Function
stbi__load_and_postprocess_8bit
ext/stb_image.h:1032
↓ 4 callers
Function
stbi__malloc_mad2
mallocs with size overflow checking
ext/stb_image.h:902
↓ 4 callers
Function
stbi__readval
ext/stb_image.h:5847
↓ 4 callers
Function
stbi__shiftsigned
ext/stb_image.h:4963
↓ 4 callers
Function
stbi__start_mem
initialize a memory-decode context
ext/stb_image.h:701
↓ 4 callers
Function
stbi__tga_get_comp
returns STBI_rgb or whatever, 0 on error
ext/stb_image.h:5233
↓ 4 callers
Function
stbi__zget8
ext/stb_image.h:3839
↓ 4 callers
Method
updateBuffers
src/lug/Graphics/Vulkan/API/DescriptorSet.cpp:39
↓ 4 callers
Method
what
src/lug/System/Exception.cpp:27
↓ 3 callers
Function
Buffer
include/lug/Graphics/Vulkan/API/Buffer.hpp:27
↓ 3 callers
Function
CommandPool
include/lug/Graphics/Vulkan/API/CommandPool.hpp:24
↓ 3 callers
Function
DescriptorSetLayout
include/lug/Graphics/Vulkan/API/DescriptorSetLayout.hpp:25
↓ 3 callers
Method
Detect
src/lug/Window/Android/gestureDetector.cpp:27
↓ 3 callers
Function
Fence
include/lug/Graphics/Vulkan/API/Fence.hpp:23
↓ 3 callers
Function
ImageView
include/lug/Graphics/Vulkan/API/ImageView.hpp:24
↓ 3 callers
Function
Light
include/lug/Graphics/Render/Light.hpp:55
↓ 3 callers
Function
Material
include/lug/Graphics/Vulkan/Render/Material.hpp:23
↓ 3 callers
Function
Sampler
include/lug/Graphics/Vulkan/API/Sampler.hpp:23
↓ 3 callers
Function
Scene
include/lug/Graphics/Scene/Scene.hpp:36
↓ 3 callers
Function
Semaphore
include/lug/Graphics/Vulkan/API/Semaphore.hpp:23
↓ 3 callers
Function
ShaderModule
include/lug/Graphics/Vulkan/API/ShaderModule.hpp:23
↓ 3 callers
Function
SkyBox
include/lug/Graphics/Vulkan/Render/SkyBox.hpp:28
↓ 3 callers
Function
Swapchain
include/lug/Graphics/Vulkan/API/Swapchain.hpp:29
↓ 3 callers
Function
Texture
include/lug/Graphics/Vulkan/Render/Texture.hpp:23
↓ 3 callers
Function
Window
include/lug/Graphics/Vulkan/Render/Window.hpp:49
↓ 3 callers
Method
getLightsCount
src/lug/Graphics/Vulkan/Render/Queue.cpp:70
↓ 3 callers
Method
getSceneNode
src/lug/Graphics/Scene/Scene.cpp:19
↓ 3 callers
Method
init
src/lug/Graphics/Vulkan/Render/Window.cpp:602
↓ 3 callers
Method
mapBuffer
src/lug/Graphics/Vulkan/API/DeviceMemory.cpp:61
↓ 3 callers
Function
stbi__addsizes_valid
return 1 if the sum is valid, 0 on overflow. negative terms are considered invalid.
ext/stb_image.h:861
↓ 3 callers
Function
stbi__decode_jpeg_header
ext/stb_image.h:3043
↓ 3 callers
Function
stbi__free_jpeg_components
ext/stb_image.h:2929
↓ 3 callers
Function
stbi__hdr_convert
ext/stb_image.h:6446
↓ 3 callers
Function
stbi__info_main
ext/stb_image.h:6886
↓ 3 callers
Function
stbi__loadf_main
ext/stb_image.h:1209
↓ 3 callers
Function
stbi__pic_is4
ext/stb_image.h:5816
↓ 3 callers
Function
stbi__pnm_getinteger
ext/stb_image.h:6835
↓ 3 callers
Function
stbi__pnm_skip_whitespace
ext/stb_image.h:6816
↓ 3 callers
Function
stbi__zexpand
ext/stb_image.h:3896
↓ 3 callers
Function
stbi__zhuffman_decode
ext/stb_image.h:3882
↓ 2 callers
Function
Bloom
include/lug/Graphics/Vulkan/Render/BufferPool/Bloom.hpp:21
↓ 2 callers
Function
BloomPass
include/lug/Graphics/Vulkan/Render/BloomPass.hpp:83
↓ 2 callers
Function
BloomSampler
include/lug/Graphics/Vulkan/Render/DescriptorSetPool/BloomSampler.hpp:19
↓ 2 callers
Function
BufferPool
include/lug/Graphics/Vulkan/Render/BufferPool/BufferPool.hpp:24
↓ 2 callers
Function
Camera
include/lug/Graphics/Vulkan/Render/BufferPool/Camera.hpp:28
↓ 2 callers
Function
Camera
include/lug/Graphics/Vulkan/Render/DescriptorSetPool/Camera.hpp:16
↓ 2 callers
Function
Chunk
include/lug/Graphics/Vulkan/Render/BufferPool/Chunk.hpp:20
↓ 2 callers
Function
ColorBlendState
include/lug/Graphics/Vulkan/API/Builder/GraphicsPipeline.hpp:179
↓ 2 callers
Function
CommandBuffer
include/lug/Graphics/Vulkan/API/CommandBuffer.hpp:30
↓ 2 callers
Function
DepthStencilState
include/lug/Graphics/Vulkan/API/Builder/GraphicsPipeline.hpp:147
↓ 2 callers
Function
DescriptorPool
include/lug/Graphics/Vulkan/API/DescriptorPool.hpp:23
↓ 2 callers
Function
DescriptorSet
include/lug/Graphics/Vulkan/API/DescriptorSet.hpp:24
↓ 2 callers
Function
DescriptorSet
include/lug/Graphics/Vulkan/Render/DescriptorSetPool/DescriptorSet.hpp:22
↓ 2 callers
Function
DescriptorSetPool
include/lug/Graphics/Vulkan/Render/DescriptorSetPool/DescriptorSetPool.hpp:30
↓ 2 callers
Function
Device
include/lug/Graphics/Vulkan/API/Device.hpp:22
↓ 2 callers
Function
DeviceMemory
include/lug/Graphics/Vulkan/API/DeviceMemory.hpp:25
↓ 2 callers
Function
DirtyObject
include/lug/Graphics/Render/DirtyObject.hpp:15
↓ 2 callers
Function
FileHandler
include/lug/System/Logger/FileHandler.hpp:18
↓ 2 callers
Function
Forward
include/lug/Graphics/Vulkan/Render/Technique/Forward.hpp:90
↓ 2 callers
Function
Framebuffer
include/lug/Graphics/Vulkan/API/Framebuffer.hpp:30
↓ 2 callers
Method
GetPointer
src/lug/Window/Android/gestureDetector.cpp:270
↓ 2 callers
Function
GltfLoader
include/lug/Graphics/GltfLoader.hpp:34
↓ 2 callers
Function
Graphics
include/lug/Graphics/Graphics.hpp:46
↓ 2 callers
Function
GraphicsPipeline
include/lug/Graphics/Vulkan/API/GraphicsPipeline.hpp:23
↓ 2 callers
Function
GraphicsPipeline
include/lug/Graphics/Vulkan/API/Builder/GraphicsPipeline.hpp:204
↓ 2 callers
Function
Gui
include/lug/Graphics/Vulkan/Gui.hpp:68
↓ 2 callers
Function
GuiTexture
include/lug/Graphics/Vulkan/Render/DescriptorSetPool/GuiTexture.hpp:17
↓ 2 callers
Function
Instance
include/lug/Graphics/Vulkan/API/Instance.hpp:21
↓ 2 callers
Function
Light
include/lug/Graphics/Vulkan/Render/BufferPool/Light.hpp:26
↓ 2 callers
Function
Light
include/lug/Graphics/Vulkan/Render/DescriptorSetPool/Light.hpp:16
↓ 2 callers
Function
Loader
include/lug/Graphics/Vulkan/API/Loader.hpp:19
↓ 2 callers
Function
LogCatHandler
include/lug/System/Logger/LogCatHandler.hpp:14
↓ 2 callers
Function
Logger
include/lug/System/Logger/Logger.hpp:22
↓ 2 callers
Function
Material
include/lug/Graphics/Vulkan/Render/BufferPool/Material.hpp:21
↓ 2 callers
Function
Material
include/lug/Graphics/Vulkan/Render/DescriptorSetPool/Material.hpp:16
↓ 2 callers
Function
MaterialTextures
include/lug/Graphics/Vulkan/Render/DescriptorSetPool/MaterialTextures.hpp:17
↓ 2 callers
Function
Orthographic
include/lug/Graphics/Render/Camera/Orthographic.hpp:20
↓ 2 callers
Function
Perspective
include/lug/Graphics/Render/Camera/Perspective.hpp:20
↓ 2 callers
Function
Pipeline
include/lug/Graphics/Vulkan/Render/Pipeline.hpp:387
↓ 2 callers
Function
PipelineLayout
include/lug/Graphics/Vulkan/API/PipelineLayout.hpp:27
↓ 2 callers
Function
PrimitiveSet
include/lug/Graphics/Builder/Mesh.hpp:26
↓ 2 callers
Function
Queue
include/lug/Graphics/Vulkan/Render/Queue.hpp:28
↓ 2 callers
Function
QueueFamily
include/lug/Graphics/Vulkan/API/QueueFamily.hpp:24
↓ 2 callers
Function
RenderPass
include/lug/Graphics/Vulkan/API/RenderPass.hpp:27
↓ 2 callers
Function
ResourceManager
include/lug/Graphics/ResourceManager.hpp:31
↓ 2 callers
Function
SkyBox
include/lug/Graphics/Vulkan/Render/DescriptorSetPool/SkyBox.hpp:17
↓ 2 callers
Function
StderrHandler
include/lug/System/Logger/OstreamHandler.hpp:47
↓ 2 callers
Function
StdoutHandler
include/lug/System/Logger/OstreamHandler.hpp:34
↓ 2 callers
Function
ThreadPool
include/lug/System/ThreadPool.hpp:22
↓ 2 callers
Function
View
include/lug/Graphics/Vulkan/Render/View.hpp:27
↓ 2 callers
Function
ViewportState
include/lug/Graphics/Vulkan/API/Builder/GraphicsPipeline.hpp:54
↓ 2 callers
Function
Window
include/lug/Window/Window.hpp:70
↓ 2 callers
Method
addQueues
src/lug/Graphics/Vulkan/API/Builder/Device.cpp:23
← previous
next →
101–200 of 1,063, ranked by callers