glfwGetPhysicalDevicePresentationSupport top-level property

GlfwGetPhysicalDevicePresentationSupport glfwGetPhysicalDevicePresentationSupport
getter/setter pair

Implementation

GlfwGetPhysicalDevicePresentationSupport
    glfwGetPhysicalDevicePresentationSupport = Pointer<
            NativeFunction<
                GlfwGetPhysicalDevicePresentationSupportNative>>.fromAddress(0)
        .asFunction<GlfwGetPhysicalDevicePresentationSupport>();