mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 13:25:45 +00:00
video_core: Generate mipmap texture by drawing
This commit is contained in:
parent
145bbe8412
commit
38e9c78843
29 changed files with 259 additions and 8 deletions
|
@ -22,6 +22,8 @@ public:
|
|||
|
||||
[[nodiscard]] virtual TextureType ReadTextureType(u32 raw_handle) = 0;
|
||||
|
||||
[[nodiscard]] virtual u32 ReadViewportTransformState() = 0;
|
||||
|
||||
[[nodiscard]] virtual u32 TextureBoundBuffer() const = 0;
|
||||
|
||||
[[nodiscard]] virtual u32 LocalMemorySize() const = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue