Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PancakeTAS/lsfg-vk
/ functions
Functions
314 in github.com/PancakeTAS/lsfg-vk
⨍
Functions
314
◇
Types & classes
72
Method
findQueue
src/utils/utils.cpp:25
Method
from
(value: i64)
ui/src/config/structs.rs:10
Method
getAspectFlags
Get the aspect flags of the image.
include/mini/image.hpp:43
Method
getConfig
src/config/config.cpp:122
Method
getConfigFile
src/utils/utils.cpp:239
Method
getDeviceUUID
src/utils/utils.cpp:57
Method
getExtent
Get the extent of the image.
include/mini/image.hpp:39
Method
getFormat
Get the format of the image.
framegen/include/core/image.hpp:60
Method
getFormat
Get the format of the image.
include/mini/image.hpp:41
Method
getLayout
Get the pipeline layout.
framegen/include/core/pipeline.hpp:42
Method
getLayout
Get the descriptor set layout.
framegen/include/core/shadermodule.hpp:39
Method
getMaxImageCount
src/utils/utils.cpp:64
Method
getMemory
Get the Vulkan device memory handle.
framegen/include/core/image.hpp:54
Method
getMemory
Get the Vulkan device memory handle.
include/mini/image.hpp:37
Method
getProcessName
src/utils/utils.cpp:211
Method
getShader
src/extract/extract.cpp:135
Method
getState
Get the state of the command buffer.
framegen/include/core/commandbuffer.hpp:97
Method
getState
Get the state of the command buffer.
include/mini/commandbuffer.hpp:76
Method
handle
Get the Vulkan handle.
framegen/include/core/commandbuffer.hpp:99
Method
handle
Get the Vulkan handle.
framegen/include/core/pipeline.hpp:40
Method
handle
Get the Vulkan handle.
framegen/include/core/sampler.hpp:36
Method
handle
Get the Vulkan handle.
framegen/include/core/buffer.hpp:52
Method
handle
Get the Vulkan handle.
framegen/include/core/instance.hpp:24
Method
handle
Get the Vulkan handle.
framegen/include/core/descriptorpool.hpp:30
Method
handle
Get the Vulkan handle.
framegen/include/core/commandpool.hpp:30
Method
handle
Get the Vulkan handle.
framegen/include/core/shadermodule.hpp:37
Method
handle
Get the Vulkan handle.
framegen/include/core/device.hpp:30
Method
handle
Get the Vulkan handle.
include/mini/commandbuffer.hpp:78
Method
handle
Get the Vulkan handle.
include/mini/semaphore.hpp:38
Method
handle
Get the Vulkan handle.
include/mini/commandpool.hpp:30
Method
initialize
framegen/v3.1p_src/lsfg.cpp:31
Method
initialize
framegen/v3.1_src/lsfg.cpp:31
Method
instance_init
(obj: &glib::subclass::InitializingObject<Self>)
ui/src/wrapper.rs:36
Method
instance_init
(obj: &glib::subclass::InitializingObject<Self>)
ui/src/wrapper/pane/main.rs:35
Method
instance_init
(obj: &glib::subclass::InitializingObject<Self>)
ui/src/wrapper/pane/sidebar.rs:24
Method
instance_init
(obj: &glib::subclass::InitializingObject<Self>)
ui/src/wrapper/pref/number.rs:31
Method
instance_init
(obj: &glib::subclass::InitializingObject<Self>)
ui/src/wrapper/pref/slider.rs:31
Method
instance_init
(obj: &glib::subclass::InitializingObject<Self>)
ui/src/wrapper/pref/switch.rs:33
Method
instance_init
(obj: &glib::subclass::InitializingObject<Self>)
ui/src/wrapper/pref/dropdown.rs:35
Method
instance_init
(obj: &glib::subclass::InitializingObject<Self>)
ui/src/wrapper/pref/entry.rs:39
Method
instance_init
(obj: &glib::subclass::InitializingObject<Self>)
ui/src/wrapper/entry/entry.rs:28
Method
instance_init
(obj: &glib::subclass::InitializingObject<Self>)
ui/src/wrapper/popup/process.rs:24
Method
instance_init
(obj: &glib::subclass::InitializingObject<Self>)
ui/src/wrapper/popup/process_entry.rs:25
Function
layer_vkCreateDevice
src/layer.cpp:150
Function
layer_vkCreateInstance
src/layer.cpp:80
Function
layer_vkGetDeviceProcAddr
src/layer.cpp:271
Function
layer_vkGetInstanceProcAddr
src/layer.cpp:258
Method
logLimitN
src/utils/utils.cpp:198
Function
lsfgvk_init
src/main.cpp:18
Function
main
()
ui/build.rs:1
Function
main
()
ui/src/main.rs:20
Function
myvkCreateDevicePost
Add related device information after the device is created.
src/hooks.cpp:89
Function
myvkCreateDevicePre
Add extensions to the device create info. (function pointers are not initialized yet)
src/hooks.cpp:59
Function
myvkCreateInstance
Add extensions to the instance create info.
src/hooks.cpp:28
Function
myvkCreateSwapchainKHR
Adjust swapchain creation parameters and create a swapchain context.
src/hooks.cpp:115
Function
myvkDestroyDevice
Erase the device information when the device is destroyed.
src/hooks.cpp:103
Function
myvkDestroySwapchainKHR
Erase the swapchain context and mapping when the swapchain is destroyed.
src/hooks.cpp:301
Function
myvkQueuePresentKHR
Update presentation parameters and present the next frame(s).
src/hooks.cpp:205
Method
new
(app: &adw::Application)
ui/src/wrapper.rs:66
Method
new
()
ui/src/wrapper/pref.rs:52
Method
new
()
ui/src/wrapper/entry.rs:15
Method
new
()
ui/src/wrapper/pane.rs:26
Method
new
()
ui/src/wrapper/popup.rs:29
Function
on_resource
src/extract/extract.cpp:78
Function
ovkDestroyInstance
src/layer.cpp:292
Function
ovkGetDeviceProcAddr
src/layer.cpp:320
Function
ovkGetInstanceProcAddr
src/layer.cpp:315
Method
presentContext
framegen/v3.1p_src/lsfg.cpp:66
Method
presentContext
framegen/v3.1_src/lsfg.cpp:66
Function
register_signals
Register signals for adding and selecting presets.
ui/src/ui/sidebar_handler.rs:9
Method
resetLimitN
src/utils/utils.cpp:207
Method
rethrowable_error
framegen/src/common/exception.cpp:19
Method
rethrowable_error
Trivially copyable, moveable and destructible
framegen/include/common/exception.hpp:53
Method
signal
framegen/src/core/semaphore.cpp:80
Method
translateShader
src/extract/trans.cpp:23
Method
updateConfig
src/config/config.cpp:45
Method
uploadImage
framegen/src/common/utils.cpp:75
Method
vulkan_error
framegen/src/common/exception.cpp:13
Method
vulkan_error
Trivially copyable, moveable and destructible
framegen/include/common/exception.hpp:26
Method
wait
framegen/src/core/semaphore.cpp:94
Method
~Alpha
framegen/v3.1_include/v3_1/shaders/alpha.hpp:47
Method
~Alpha
framegen/v3.1p_include/v3_1p/shaders/alpha.hpp:47
Method
~Beta
framegen/v3.1_include/v3_1/shaders/beta.hpp:48
Method
~Beta
framegen/v3.1p_include/v3_1p/shaders/beta.hpp:48
Method
~Buffer
framegen/include/core/buffer.hpp:61
Method
~CommandBuffer
framegen/include/core/commandbuffer.hpp:106
Method
~CommandBuffer
include/mini/commandbuffer.hpp:85
Method
~CommandPool
framegen/include/core/commandpool.hpp:37
Method
~CommandPool
include/mini/commandpool.hpp:37
Method
~Context
framegen/v3.1_include/v3_1/context.hpp:59
Method
~Context
framegen/v3.1p_include/v3_1p/context.hpp:59
Method
~Delta
framegen/v3.1_include/v3_1/shaders/delta.hpp:60
Method
~Delta
framegen/v3.1p_include/v3_1p/shaders/delta.hpp:60
Method
~DescriptorPool
framegen/include/core/descriptorpool.hpp:37
Method
~DescriptorSet
framegen/include/core/descriptorset.hpp:68
Method
~Device
framegen/include/core/device.hpp:43
Method
~Fence
framegen/include/core/fence.hpp:58
Method
~Gamma
framegen/v3.1_include/v3_1/shaders/gamma.hpp:53
Method
~Gamma
framegen/v3.1p_include/v3_1p/shaders/gamma.hpp:53
Method
~Generate
framegen/v3.1_include/v3_1/shaders/generate.hpp:56
← previous
next →
201–300 of 314, ranked by callers