| .. |
|
CustomAsset.cpp
|
VideoCommon: remove 'GetByteSizeInMemory()' from custom asset, it is not needed anymore
|
2025-06-06 23:03:02 -05:00 |
|
CustomAsset.h
|
VideoCommon: remove 'GetByteSizeInMemory()' from custom asset, it is not needed anymore
|
2025-06-06 23:03:02 -05:00 |
|
CustomAssetLibrary.h
|
VideoCommon: update shader asset to support both vertex and pixel shaders; rename to 'RasterSurfaceShader'
|
2025-08-22 19:48:22 -05:00 |
|
CustomAssetLoader.cpp
|
VideoCommon: add resource manager and new asset loader; the resource manager uses a least recently used cache to determine which assets get priority for loading. Additionally, if the system is low on memory, assets will be purged with the less requested assets being the first to go. The loader is multithreaded now and loads assets as quickly as possible as long as memory is available
|
2025-06-06 23:03:02 -05:00 |
|
CustomAssetLoader.h
|
VideoCommon: add resource manager and new asset loader; the resource manager uses a least recently used cache to determine which assets get priority for loading. Additionally, if the system is low on memory, assets will be purged with the less requested assets being the first to go. The loader is multithreaded now and loads assets as quickly as possible as long as memory is available
|
2025-06-06 23:03:02 -05:00 |
|
CustomResourceManager.cpp
|
VideoCommon: add resource manager and new asset loader; the resource manager uses a least recently used cache to determine which assets get priority for loading. Additionally, if the system is low on memory, assets will be purged with the less requested assets being the first to go. The loader is multithreaded now and loads assets as quickly as possible as long as memory is available
|
2025-06-06 23:03:02 -05:00 |
|
CustomResourceManager.h
|
VideoCommon: add resource manager and new asset loader; the resource manager uses a least recently used cache to determine which assets get priority for loading. Additionally, if the system is low on memory, assets will be purged with the less requested assets being the first to go. The loader is multithreaded now and loads assets as quickly as possible as long as memory is available
|
2025-06-06 23:03:02 -05:00 |
|
CustomTextureData.cpp
|
Common and VideoCommon: Change texture data from std::vector to Common::UniqueBuffer.
|
2025-05-03 18:32:30 -05:00 |
|
CustomTextureData.h
|
Common and VideoCommon: Change texture data from std::vector to Common::UniqueBuffer.
|
2025-05-03 18:32:30 -05:00 |
|
DirectFilesystemAssetLibrary.cpp
|
VideoCommon: update shader asset to support both vertex and pixel shaders; rename to 'RasterSurfaceShader'
|
2025-08-22 19:48:22 -05:00 |
|
DirectFilesystemAssetLibrary.h
|
VideoCommon: update shader asset to support both vertex and pixel shaders; rename to 'RasterSurfaceShader'
|
2025-08-22 19:48:22 -05:00 |
|
MaterialAsset.cpp
|
VideoCommon: rename m_bytes_loaded in asset library to bytes_loaded
|
2025-06-06 23:03:02 -05:00 |
|
MaterialAsset.h
|
VideoCommon: add function to serialize MaterialAsset to json
|
2024-01-23 13:01:33 -06:00 |
|
MeshAsset.cpp
|
VideoCommon: rename m_bytes_loaded in asset library to bytes_loaded
|
2025-06-06 23:03:02 -05:00 |
|
MeshAsset.h
|
VideoCommon: make mesh asset data loadable by asset loader
|
2024-02-12 21:45:32 -06:00 |
|
ShaderAsset.cpp
|
VideoCommon: update shader asset to support both vertex and pixel shaders; rename to 'RasterSurfaceShader'
|
2025-08-22 19:48:22 -05:00 |
|
ShaderAsset.h
|
VideoCommon: update shader asset to support both vertex and pixel shaders; rename to 'RasterSurfaceShader'
|
2025-08-22 19:48:22 -05:00 |
|
TextureAsset.cpp
|
VideoCommon: rename m_bytes_loaded in asset library to bytes_loaded
|
2025-06-06 23:03:02 -05:00 |
|
TextureAsset.h
|
VideoCommon: rename GameTextureAsset into TextureAsset and make it only contain CustomTextureData. Move validation and load logic to individual functions
|
2025-06-06 23:03:02 -05:00 |
|
TextureAssetUtils.cpp
|
VideoCommon: rename GameTextureAsset into TextureAsset and make it only contain CustomTextureData. Move validation and load logic to individual functions
|
2025-06-06 23:03:02 -05:00 |
|
TextureAssetUtils.h
|
VideoCommon: rename GameTextureAsset into TextureAsset and make it only contain CustomTextureData. Move validation and load logic to individual functions
|
2025-06-06 23:03:02 -05:00 |
|
Types.h
|
VideoCommon: move AssetMap to a types header file, so it can be pulled in without the DirectFilesystemAssetLibrary dependencies, the header will be expanded later
|
2025-06-06 23:03:02 -05:00 |
|
WatchableFilesystemAssetLibrary.h
|
VideoCommon: watch texture pack folder for texture reloads (from dynamic input textures)
|
2025-06-06 23:03:02 -05:00 |