This website requires JavaScript.
Explore
Help
Sign In
piwalker
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-06-29 10:29:32 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b292022bc7ac424ed00dd606b5f18ee32b9b576a
dolphin
/
Source
/
Core
/
VideoCommon
/
GraphicsModSystem
/
Runtime
/
Actions
History
iwubcode
0e8f8ea930
VideoCommon: instead of using 'CustomTextureData' directly, use 'TextureData' for texture assets, this allows us to provide additional metadata for textures. Such as a sampler or type information (to distinguish cube maps)
2023-10-10 09:58:14 -05:00
..
CustomPipelineAction.cpp
VideoCommon: instead of using 'CustomTextureData' directly, use 'TextureData' for texture assets, this allows us to provide additional metadata for textures. Such as a sampler or type information (to distinguish cube maps)
2023-10-10 09:58:14 -05:00
CustomPipelineAction.h
VideoCommon: add support to graphics mod manager to load in assets and pass it to graphics actions
2023-08-20 18:53:27 -05:00
MoveAction.cpp
…
MoveAction.h
…
PrintAction.cpp
VideoCommon: call texture load graphics mod hook when Dolphin loads a texture
2022-10-28 19:24:43 -05:00
PrintAction.h
VideoCommon: call texture load graphics mod hook when Dolphin loads a texture
2022-10-28 19:24:43 -05:00
ScaleAction.cpp
…
ScaleAction.h
…
SkipAction.cpp
…
SkipAction.h
…