This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
2b2ee61e79d8be756909bbbc94bcd1737dac6abe
dolphin
/
Source
/
Core
/
VideoCommon
/
GraphicsModSystem
/
Runtime
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