This website requires JavaScript.
Explore
Help
Sign In
Yaya48
/
dolphin
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fdd1934f12f684833e158f1859341f887ab4d447
dolphin
/
Source
/
Core
/
VideoCommon
/
GraphicsModSystem
/
Runtime
T
History
Lioncash
2b2ee61e79
CustomShaderCache: Resolve -Wreorder warnings
...
Lays out the initializer lists to be in the same order that initialization would occur in.
2023-12-11 16:59:03 -05:00
..
Actions
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
CustomShaderCache.cpp
CustomShaderCache: Resolve -Wreorder warnings
2023-12-11 16:59:03 -05:00
CustomShaderCache.h
VideoCommon: add custom shader cache
2023-08-20 18:53:27 -05:00
FBInfo.cpp
VideoCommon: add logic to handle a GraphicsMod while Dolphin is running
2022-06-27 18:20:52 -05:00
FBInfo.h
VideoCommon: add logic to handle a GraphicsMod while Dolphin is running
2022-06-27 18:20:52 -05:00
GraphicsModAction.h
VideoCommon: add graphics mod callback interface for when a texture is created
2023-06-20 19:26:53 -05:00
GraphicsModActionData.h
VideoCommon: add data needed to support custom pixel shaders to graphics mod actions
2023-08-20 18:53:27 -05:00
GraphicsModActionFactory.cpp
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
GraphicsModActionFactory.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
GraphicsModManager.cpp
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
GraphicsModManager.h
VideoCommon: add graphics mod callback interface for when a texture is created
2023-06-20 19:26:53 -05:00