Commit bf47a17e by Renaud Lepage Committed by Commit Bot

Fix GGP build

Bug: angleproject:4221 Change-Id: I625b78795dbc826d176660e47af9b51d3f8d417b Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1966410Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent e1822727
...@@ -61,3 +61,4 @@ Nick Shaforostov ...@@ -61,3 +61,4 @@ Nick Shaforostov
Jaime Bernardo Jaime Bernardo
Le Hoang Quyen Le Hoang Quyen
Ethan Lee Ethan Lee
Renaud Lepage
...@@ -644,7 +644,7 @@ PFN_vkCreateStreamDescriptorSurfaceGGP vkCreateStreamDescriptorSurfaceGGP = null ...@@ -644,7 +644,7 @@ PFN_vkCreateStreamDescriptorSurfaceGGP vkCreateStreamDescriptorSurfaceGGP = null
void InitGGPStreamDescriptorSurfaceFunctions(VkInstance instance) void InitGGPStreamDescriptorSurfaceFunctions(VkInstance instance)
{ {
GET_FUNC(vkCreateStreamDescriptorSurfaceGGP); GET_INSTANCE_FUNC(vkCreateStreamDescriptorSurfaceGGP);
} }
#endif // defined(ANGLE_PLATFORM_GGP) #endif // defined(ANGLE_PLATFORM_GGP)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment