MCPcopy Create free account

hub / github.com/Lugdunum3D/Lugdunum / functions

Functions1,063 in github.com/Lugdunum3D/Lugdunum

MethodcreateDefaultMaterial
src/lug/Graphics/GltfLoader.cpp:253
MethodcreateIrradianceMap
* @brief Create a pipeline id for irradiance map rendering * * @return The created id. */
include/lug/Graphics/Vulkan/Render/Pipeline.hpp:322
MethodcreateMaterial
src/lug/Graphics/GltfLoader.cpp:168
MethodcreateMesh
src/lug/Graphics/GltfLoader.cpp:282
MethodcreateModel
* @brief Create a pipeline id for model rendering * * @param[in] primitivePart The primitive part. It should be created manua
include/lug/Graphics/Vulkan/Render/Pipeline.hpp:274
MethodcreateNode
src/lug/Graphics/GltfLoader.cpp:405
MethodcreatePrefilteredMap
* @brief Create a pipeline id for prefiltered map rendering * * @return The created id. */
include/lug/Graphics/Vulkan/Render/Pipeline.hpp:335
MethodcreateSceneNode
src/lug/Graphics/Scene/Scene.cpp:11
MethodcreateSkybox
* @brief Create a pipeline id for skybox rendering * * @param[in] extraPart The extra part. It should be created manually
include/lug/Graphics/Vulkan/Render/Pipeline.hpp:304
MethodcreateTexture
src/lug/Graphics/GltfLoader.cpp:81
MethodcreateView
src/lug/Graphics/Vulkan/Render/Window.cpp:177
FunctiondebugReportCallback
src/lug/Graphics/Vulkan/Renderer.cpp:28
MethoddefaultErrHandler
src/lug/System/Logger/Logger.cpp:29
Methoddestroy
src/lug/Graphics/Vulkan/Gui.cpp:33
Methoddestroy
src/lug/Graphics/Vulkan/API/Swapchain.cpp:46
Methoddestroy
src/lug/Graphics/Vulkan/API/ImageView.cpp:38
Methoddestroy
src/lug/Graphics/Vulkan/API/CommandBuffer.cpp:78
Methoddestroy
src/lug/Graphics/Vulkan/API/Buffer.cpp:53
Methoddestroy
src/lug/Graphics/Vulkan/API/CommandPool.cpp:52
Methoddestroy
src/lug/Graphics/Vulkan/API/DeviceMemory.cpp:41
Methoddestroy
src/lug/Graphics/Vulkan/API/RenderPass.cpp:35
Methoddestroy
src/lug/Graphics/Vulkan/API/PipelineLayout.cpp:44
Methoddestroy
src/lug/Graphics/Vulkan/API/DescriptorSet.cpp:83
Methoddestroy
src/lug/Graphics/Vulkan/API/Semaphore.cpp:34
Methoddestroy
src/lug/Graphics/Vulkan/API/Framebuffer.cpp:38
Methoddestroy
src/lug/Graphics/Vulkan/API/GraphicsPipeline.cpp:39
Methoddestroy
src/lug/Graphics/Vulkan/API/DescriptorPool.cpp:36
Methoddestroy
src/lug/Graphics/Vulkan/API/Instance.cpp:28
Methoddestroy
src/lug/Graphics/Vulkan/API/Surface.cpp:34
Methoddestroy
src/lug/Graphics/Vulkan/API/Device.cpp:93
Methoddestroy
src/lug/Graphics/Vulkan/API/Sampler.cpp:34
Methoddestroy
src/lug/Graphics/Vulkan/API/ShaderModule.cpp:34
Methoddestroy
src/lug/Graphics/Vulkan/API/Image.cpp:68
Methoddestroy
src/lug/Graphics/Vulkan/API/DescriptorSetLayout.cpp:35
Methoddestroy
src/lug/Graphics/Vulkan/Render/View.cpp:61
Methoddestroy
src/lug/Graphics/Vulkan/Render/Texture.cpp:15
Methoddestroy
src/lug/Graphics/Vulkan/Render/Material.cpp:17
MethodendFrame
src/lug/Graphics/Vulkan/Gui.cpp:424
MethodendFrame
src/lug/Graphics/Vulkan/Renderer.cpp:585
MethodendFrame
src/lug/Graphics/Vulkan/Render/BloomPass.cpp:169
MethodendFrame
src/lug/Graphics/Vulkan/Render/Window.cpp:133
MethodendFrame
src/lug/Core/Application.cpp:92
MethodfetchVisibleObjects
src/lug/Graphics/Scene/Scene.cpp:27
MethodfindMemoryType
src/lug/Graphics/Vulkan/API/Builder/DeviceMemory.cpp:109
MethodfindSupportedFormat
src/lug/Graphics/Vulkan/API/Image.cpp:82
MethodfinishInit
src/lug/Graphics/Graphics.cpp:43
MethodfinishInit
src/lug/Graphics/Vulkan/Renderer.cpp:101
MethodfinishInit
src/lug/Core/Application.cpp:27
Methodflush
src/lug/System/Logger/OstreamHandler.cpp:15
Methodflush
src/lug/System/Logger/FileHandler.cpp:31
Methodflush
src/lug/System/Logger/LogCatHandler.cpp:13
Methodformat
src/lug/System/Logger/Formatter.cpp:12
Methodfree
test/System/Memory/Utils.hpp:11
Methodfree
src/lug/System/Memory/Allocator/Stack.cpp:52
Methodfree
src/lug/System/Memory/Allocator/Linear.cpp:49
Methodfree
src/lug/System/Memory/Allocator/Basic.cpp:26
MethodgetCaptured
test/System/Logger/OstreamHandler.cpp:29
MethodgetCurrentTime
src/lug/System/Time.cpp:11
MethodgetElapsedTime
src/lug/System/Clock.cpp:30
MethodgetHandler
src/lug/System/Logger/LoggingFacility.cpp:24
MethodgetKeyCode
src/lug/Window/Win32/WindowImplWin32.cpp:561
MethodgetLevel
src/lug/System/Logger/Handler.cpp:30
MethodgetLogger
src/lug/System/Logger/LoggingFacility.cpp:16
MethodgetMark
src/lug/System/Memory/Allocator/Stack.cpp:75
MethodgetMark
src/lug/System/Memory/Allocator/Linear.cpp:61
MethodgetMouseCoord
src/lug/Window/Win32/WindowImplWin32.cpp:665
MethodgetMouseEventModifier
src/lug/Window/Win32/WindowImplWin32.cpp:633
MethodgetQueueFamily
src/lug/Graphics/Vulkan/API/Device.cpp:34
MethodgetSize
src/lug/System/Memory/Allocator/Linear.cpp:70
MethodgetSize
src/lug/System/Memory/Allocator/Basic.cpp:34
MethodgetStatus
src/lug/Graphics/Vulkan/API/Fence.cpp:35
MethodgetWindow
src/lug/Window/Android/WindowImplAndroid.cpp:29
MethodgetWindow
src/lug/Window/Unix/WindowImplX11.cpp:528
Methodgrow
src/lug/System/Memory/FreeList.cpp:13
Methodhandle
src/lug/System/Logger/OstreamHandler.cpp:11
Methodhandle
src/lug/System/Logger/FileHandler.cpp:27
Methodhandle
src/lug/System/Logger/LogCatHandler.cpp:9
MethodhandleFlag
src/lug/System/Logger/Formatter.cpp:86
MethodhandleFlagH
src/lug/System/Logger/Formatter.cpp:68
MethodhandleFlagM
src/lug/System/Logger/Formatter.cpp:74
MethodhandleFlagS
src/lug/System/Logger/Formatter.cpp:80
MethodhandleFlagY
src/lug/System/Logger/Formatter.cpp:50
MethodhandleFlagd
src/lug/System/Logger/Formatter.cpp:62
MethodhandleFlagm
src/lug/System/Logger/Formatter.cpp:56
MethodhandleFlagy
src/lug/System/Logger/Formatter.cpp:44
Methodinit
src/lug/Window/Android/WindowImplAndroid.cpp:17
Methodinit
src/lug/Window/Win32/WindowImplWin32.cpp:39
Methodinit
src/lug/Window/Unix/WindowImplX11.cpp:16
Methodinit
src/lug/Graphics/Graphics.cpp:17
Methodinit
src/lug/Graphics/Vulkan/Gui.cpp:66
Methodinit
src/lug/Graphics/Vulkan/Render/BloomPass.cpp:34
Methodinit
src/lug/Graphics/Vulkan/Render/View.cpp:19
Methodinit
src/lug/Graphics/Vulkan/Render/Technique/Forward.cpp:644
Methodinit
src/lug/Graphics/Render/View.cpp:43
Methodinit
src/lug/Core/Application.cpp:11
MethodinitBlendPipeline
src/lug/Graphics/Vulkan/Render/BloomPass.cpp:875
MethodinitBlurPipeline
src/lug/Graphics/Vulkan/Render/BloomPass.cpp:1023
MethodinitBrdfLut
src/lug/Graphics/Vulkan/Render/Pipeline/BrdfLut.cpp:19
MethodinitCubeMesh
samples/cube/src/Application.cpp:100
MethodinitDevice
src/lug/Graphics/Vulkan/Renderer.cpp:306
← previousnext →701–800 of 1,063, ranked by callers