feat(linux): add graphical platform services
This commit is contained in:
parent
1628d9f587
commit
66f114b258
28 changed files with 1328 additions and 155 deletions
|
|
@ -178,6 +178,7 @@ public sealed class WorldRenderCompositionTests
|
|||
ImmediateGpuResourceRetirementQueue.Instance,
|
||||
_budgets,
|
||||
0xA9B4FFFFu,
|
||||
Path.Combine(Path.GetTempPath(), "acdream-tests"),
|
||||
_ => { }),
|
||||
Publication,
|
||||
Factory,
|
||||
|
|
@ -297,6 +298,7 @@ public sealed class WorldRenderCompositionTests
|
|||
IDatReaderWriter dats,
|
||||
BindlessSupport bindless,
|
||||
IGpuResourceRetirementQueue retirement,
|
||||
string diagnosticsDirectory,
|
||||
ResidencyBudgetOptions budgets)
|
||||
{
|
||||
TextureBudgets = budgets;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue