mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +01:00
[d3d11] Fix compiler error on GCC 10.3
This commit is contained in:
parent
67c11e63e6
commit
37a2b02558
@ -22,8 +22,7 @@ namespace dxvk {
|
||||
};
|
||||
|
||||
class D3D11DeferredContext : public D3D11CommonContext<D3D11DeferredContext> {
|
||||
template<typename T>
|
||||
friend class D3D11CommonContext;
|
||||
friend class D3D11CommonContext<D3D11DeferredContext>;
|
||||
public:
|
||||
|
||||
D3D11DeferredContext(
|
||||
|
@ -14,8 +14,7 @@ namespace dxvk {
|
||||
class D3D11CommonTexture;
|
||||
|
||||
class D3D11ImmediateContext : public D3D11CommonContext<D3D11ImmediateContext> {
|
||||
template<typename T>
|
||||
friend class D3D11CommonContext;
|
||||
friend class D3D11CommonContext<D3D11ImmediateContext>;
|
||||
friend class D3D11SwapChain;
|
||||
friend class D3D11VideoContext;
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user