|
|
@ -17,6 +17,8 @@ |
|
|
|
|
|
|
|
|
class RasterizerCacheObject { |
|
|
class RasterizerCacheObject { |
|
|
public: |
|
|
public: |
|
|
|
|
|
virtual ~RasterizerCacheObject(); |
|
|
|
|
|
|
|
|
/// Gets the address of the shader in guest memory, required for cache management |
|
|
/// Gets the address of the shader in guest memory, required for cache management |
|
|
virtual VAddr GetAddr() const = 0; |
|
|
virtual VAddr GetAddr() const = 0; |
|
|
|
|
|
|
|
|
|