Skip to content
Snippets Groups Projects
Commit be7dad5e authored by Lioncash's avatar Lioncash
Browse files

service/vi: Update IManagerDisplayService's function table

Amends it to add the 7.0.0+ CreateStrayLayer function.
parent c07987df
No related branches found
No related tags found
No related merge requests found
...@@ -752,6 +752,7 @@ public: ...@@ -752,6 +752,7 @@ public:
{1102, nullptr, "GetDisplayResolution"}, {1102, nullptr, "GetDisplayResolution"},
{2010, &IManagerDisplayService::CreateManagedLayer, "CreateManagedLayer"}, {2010, &IManagerDisplayService::CreateManagedLayer, "CreateManagedLayer"},
{2011, nullptr, "DestroyManagedLayer"}, {2011, nullptr, "DestroyManagedLayer"},
{2012, nullptr, "CreateStrayLayer"},
{2050, nullptr, "CreateIndirectLayer"}, {2050, nullptr, "CreateIndirectLayer"},
{2051, nullptr, "DestroyIndirectLayer"}, {2051, nullptr, "DestroyIndirectLayer"},
{2052, nullptr, "CreateIndirectProducerEndPoint"}, {2052, nullptr, "CreateIndirectProducerEndPoint"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment