C Specification

typedef PFN_xrVoidFunction (*PFN_xrEglGetProcAddressMNDX)(const char *name);

Parameters

Parameter Descriptions
  • name specifies the name of the function to return.

Description

eglGetProcAddress returns the address of the client API or EGL function named by procname. For details please see https://registry.khronos.org/EGL/sdk/docs/man/html/eglGetProcAddress.xhtml

See Also

Document Notes

For more information, see the OpenXR Specification

This page is extracted from the OpenXR Specification. Fixes and changes should be made to the Specification, not directly.

Copyright 2014-2024, The Khronos Group Inc.