Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crosire/reshade
/ functions
Functions
4,589 in github.com/crosire/reshade
⨍
Functions
4,589
◇
Types & classes
704
↓ 2 callers
Function
get_physical_device_tool_properties
source/vulkan/vulkan_hooks_instance.cpp:252
↓ 2 callers
Method
get_pixel_format
source/opengl/opengl_hooks_wgl.cpp:92
↓ 2 callers
Method
get_resource_from_view
source/vulkan/vulkan_impl_device.cpp:916
↓ 2 callers
Method
get_resource_view_desc
source/d3d9/d3d9_impl_device.cpp:814
↓ 2 callers
Method
get_sampler
examples/utils/descriptor_tracking.cpp:27
↓ 2 callers
Method
get_technique_effect_name
source/runtime_api.cpp:813
↓ 2 callers
Method
get_text_end
<summary> Returns the position at the end of the current text of this text editor. </summary> <returns></returns>
source/imgui_code_editor.hpp:214
↓ 2 callers
Method
get_type
source/d3d12/d3d12_impl_command_queue.cpp:57
↓ 2 callers
Method
get_uniform_variable_name
source/runtime_api.cpp:167
↓ 2 callers
Function
glDrawArraysInstancedBaseInstance
source/opengl/opengl.cpp:3599
↓ 2 callers
Function
glDrawElementsInstancedBaseVertexBaseInstance
source/opengl/opengl.cpp:3633
↓ 2 callers
Function
glDrawPixels
source/opengl/opengl_hooks_ffp.cpp:294
↓ 2 callers
Function
init_device_proxy
source/d3d9/d3d9.cpp:219
↓ 2 callers
Method
installed
<summary> Returns whether this hook is currently installed. </summary>
source/hook.hpp:43
↓ 2 callers
Method
is_in_function
<summary> Returns <see langword="true"/> if code is currently added to a function. </summary>
source/effect_codegen.hpp:257
↓ 2 callers
Method
is_modified
<summary> Returns whether the user has modified the text since it was last set via <see cref="set_text"/>. </summary>
source/imgui_code_editor.hpp:166
↓ 2 callers
Method
is_mouse_button_down
source/input.cpp:343
↓ 2 callers
Method
is_mouse_button_pressed
source/input.cpp:348
↓ 2 callers
Function
is_octal_digit
source/effect_lexer.cpp:513
↓ 2 callers
Function
is_uwp_app
<summary> Checks whether the current application is an UWP app. </summary>
source/dll_main.cpp:27
↓ 2 callers
Method
left_trigger_position
source/input_gamepad.hpp:56
↓ 2 callers
Function
make_relative_path
source/runtime.cpp:67
↓ 2 callers
Method
matches_description
source/runtime_internal.hpp:67
↓ 2 callers
Method
mouse_movement_delta_x
source/input.hpp:67
↓ 2 callers
Method
mouse_movement_delta_y
source/input.hpp:68
↓ 2 callers
Method
next_frame
source/input.cpp:389
↓ 2 callers
Method
on_finish_present
source/d3d9/d3d9_swapchain.cpp:278
↓ 2 callers
Method
on_init
source/runtime.cpp:257
↓ 2 callers
Method
on_init
source/d3d9/d3d9_device.cpp:2641
↓ 2 callers
Method
on_present
source/runtime.cpp:586
↓ 2 callers
Method
on_present
source/d3d9/d3d9_swapchain.cpp:241
↓ 2 callers
Method
on_reset
source/runtime.cpp:522
↓ 2 callers
Method
on_reset
source/d3d9/d3d9_device.cpp:2650
↓ 2 callers
Function
open_mutex
examples/11-obs_capture/obs_hook_info.cpp:57
↓ 2 callers
Function
open_shared_resource
source/d3d10/d3d10_impl_device.cpp:192
↓ 2 callers
Function
open_shared_resource
source/d3d11/d3d11_impl_device.cpp:220
↓ 2 callers
Method
parse
source/effect_parser_stmt.cpp:27
↓ 2 callers
Function
parse_errors
source/runtime_gui.cpp:48
↓ 2 callers
Function
print_usage
tools/fxc.cpp:14
↓ 2 callers
Function
rational_to_floating_point
source/dxgi/dxgi.cpp:31
↓ 2 callers
Function
read_file
source/effect_preprocessor.cpp:65
↓ 2 callers
Method
ref_count
<summary> Returns the current COM reference count of the managed object. </summary>
source/com_ptr.hpp:39
↓ 2 callers
Function
register_addon_depth
examples/09-depth/generic_depth_addon.cpp:1411
↓ 2 callers
Function
register_addon_effect_runtime_sync
examples/15-effect_runtime_sync/runtime_sync_addon.cpp:230
↓ 2 callers
Method
render
source/imgui_code_editor.cpp:102
↓ 2 callers
Function
resolve_env_path
<summary> Expands any environment variables in the path (like "%USERPROFILE%") and checks whether it points towards an existing directory. </summary>
source/dll_main.cpp:53
↓ 2 callers
Method
right_trigger_position
source/input_gamepad.hpp:57
↓ 2 callers
Function
save_texture_image
examples/10-texture_overlay/texture_overlay_addon.cpp:289
↓ 2 callers
Method
set_current_preset_path
source/runtime_api.cpp:1367
↓ 2 callers
Function
set_private_data
source/runtime.hpp:42
↓ 2 callers
Function
stbi__dds_load
deps/stb_image/stb_image_dds.h:274
↓ 2 callers
Function
stbi__dxt_decode_DXT_color_block
deps/stb_image/stb_image_dds.h:237
↓ 2 callers
Function
unpack_bc1_value
examples/utils/save_texture_image.cpp:54
↓ 2 callers
Function
unregister_addon_depth
examples/09-depth/generic_depth_addon.cpp:1448
↓ 2 callers
Function
unregister_addon_effect_runtime_sync
examples/15-effect_runtime_sync/runtime_sync_addon.cpp:243
↓ 2 callers
Function
update_current_input_layout
source/opengl/opengl.cpp:549
↓ 2 callers
Method
update_default_framebuffer
source/opengl/opengl_impl_command_list.cpp:306
↓ 2 callers
Function
update_effect_runtime
examples/09-depth/generic_depth_addon.cpp:474
↓ 2 callers
Method
valid
<summary> Returns whether this hook is valid. </summary>
source/hook.hpp:39
↓ 2 callers
Function
wglDeleteContext
source/opengl/opengl_hooks_wgl.cpp:859
↓ 2 callers
Function
wglGetCurrentContext
source/opengl/opengl_hooks_wgl.cpp:1170
↓ 2 callers
Function
wglSwapBuffers
source/opengl/opengl_hooks_wgl.cpp:1272
↓ 2 callers
Function
write_texture_format
source/effect_codegen_hlsl.cpp:686
↓ 1 callers
Method
AddBezierCubic
include/reshade_overlay.hpp:865
↓ 1 callers
Method
AddBezierQuadratic
include/reshade_overlay.hpp:866
↓ 1 callers
Method
AddCallback
include/reshade_overlay.hpp:879
↓ 1 callers
Method
AddCircle
include/reshade_overlay.hpp:857
↓ 1 callers
Method
AddCircleFilled
include/reshade_overlay.hpp:858
↓ 1 callers
Method
AddConcavePolyFilled
include/reshade_overlay.hpp:869
↓ 1 callers
Method
AddConvexPolyFilled
include/reshade_overlay.hpp:868
↓ 1 callers
Method
AddDrawCmd
include/reshade_overlay.hpp:880
↓ 1 callers
Method
AddEllipse
include/reshade_overlay.hpp:861
↓ 1 callers
Method
AddEllipseFilled
include/reshade_overlay.hpp:862
↓ 1 callers
Method
AddImageQuad
include/reshade_overlay.hpp:871
↓ 1 callers
Method
AddImageRounded
include/reshade_overlay.hpp:872
↓ 1 callers
Method
AddLine
include/reshade_overlay.hpp:849
↓ 1 callers
Method
AddNgon
include/reshade_overlay.hpp:859
↓ 1 callers
Method
AddNgonFilled
include/reshade_overlay.hpp:860
↓ 1 callers
Method
AddPolyline
include/reshade_overlay.hpp:867
↓ 1 callers
Method
AddQuad
include/reshade_overlay.hpp:853
↓ 1 callers
Method
AddQuadFilled
include/reshade_overlay.hpp:854
↓ 1 callers
Method
AddRectFilledMultiColor
include/reshade_overlay.hpp:852
↓ 1 callers
Method
AddRef
source/d3d10/d3d10_device.cpp:126
↓ 1 callers
Method
AddRef
source/d3d9/d3d9on12_device.cpp:49
↓ 1 callers
Method
AddRef
source/d3d11/d3d11on12_device.cpp:76
↓ 1 callers
Method
AddRef
source/d3d12/d3d12_device.cpp:161
↓ 1 callers
Method
AddRef
source/d3d12/d3d12_descriptor_heap.cpp:55
↓ 1 callers
Method
AddRef
source/d3d12/d3d12_pipeline_library.cpp:79
↓ 1 callers
Method
AddRef
source/d3d12/d3d12_command_list.cpp:102
↓ 1 callers
Method
AddToStateObject
source/d3d12/d3d12_device.cpp:1482
↓ 1 callers
Method
AddTriangle
include/reshade_overlay.hpp:855
↓ 1 callers
Method
AddTriangleFilled
include/reshade_overlay.hpp:856
↓ 1 callers
Function
AlignTextToFramePadding
include/reshade_overlay.hpp:543
↓ 1 callers
Function
ArrowButton
include/reshade_overlay.hpp:574
↓ 1 callers
Method
Barrier
source/d3d12/d3d12_command_list.cpp:1204
↓ 1 callers
Method
Begin
include/reshade_overlay.hpp:837
↓ 1 callers
Method
BeginRenderPass
source/d3d12/d3d12_command_list.cpp:1004
↓ 1 callers
Method
BeginScene
source/d3d9/d3d9_device.cpp:1327
↓ 1 callers
Method
BuildRaytracingAccelerationStructure
source/d3d12/d3d12_command_list.cpp:1057
↓ 1 callers
Method
BuildSortByKey
include/reshade_overlay.hpp:833
← previous
next →
801–900 of 4,589, ranked by callers