mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-05 00:56:13 +00:00
render target for custom asset library
This commit is contained in:
parent
f6511bf3b3
commit
c3df930c38
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,7 @@ struct MeshData;
|
|||
struct PixelShaderData;
|
||||
struct RasterMaterialData;
|
||||
struct RasterShaderData;
|
||||
struct RenderTargetData;
|
||||
struct TextureData;
|
||||
struct TextureAndSamplerData;
|
||||
|
||||
|
@ -51,5 +52,8 @@ public:
|
|||
|
||||
// Loads a mesh
|
||||
virtual LoadInfo LoadMesh(const AssetID& asset_id, MeshData* data) = 0;
|
||||
|
||||
// Loads a render target
|
||||
virtual LoadInfo LoadRenderTarget(const AssetID& asset_id, RenderTargetData* data) = 0;
|
||||
};
|
||||
} // namespace VideoCommon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue