Make D3D12RootSignature implement IRootSignature interface
This commit is contained in:
@@ -30,6 +30,8 @@ bool D3D12RootSignature::Initialize(ID3D12Device* device, const D3D12_ROOT_SIGNA
|
||||
return false;
|
||||
}
|
||||
|
||||
m_parameterCount = desc.NumParameters;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user