Start porting TextureCache. Lots of stubbing going on.
This commit is contained in:
parent
5216a24590
commit
cfcfd406fc
18 changed files with 2129 additions and 14 deletions
|
@ -51,6 +51,8 @@ namespace DX9 {
|
|||
struct FBO_DX9;
|
||||
}
|
||||
|
||||
class VulkanFramebuffer;
|
||||
|
||||
struct VirtualFramebuffer {
|
||||
int last_frame_used;
|
||||
int last_frame_attached;
|
||||
|
@ -90,6 +92,7 @@ struct VirtualFramebuffer {
|
|||
union {
|
||||
FBO *fbo;
|
||||
DX9::FBO_DX9 *fbo_dx9;
|
||||
VulkanFramebuffer *fbo_vk;
|
||||
};
|
||||
|
||||
u16 drawnWidth;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue