Start porting TextureCache. Lots of stubbing going on.

This commit is contained in:
Henrik Rydgard 2016-01-03 23:09:37 +01:00
parent 5216a24590
commit cfcfd406fc
18 changed files with 2129 additions and 14 deletions

View file

@ -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;