Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for using vsg::Surface natively or QSurface::VulkanSurface/QSurface #7

Merged
merged 12 commits into from
Sep 24, 2021

Commits on Sep 21, 2021

  1. Added experiment with using VulkanSceneGraph for creating Vulkan Surf…

    …ace, and inerhiting WIndow.
    robertosfield committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    f2655dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a36ef7a View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    75c9b23 View commit details
    Browse the repository at this point in the history
  2. Added ViewerWindow::cleanup() to remove VSG related objects, and a ca…

    …ll to it when QPlatformSurfaceEvent::SurfaceAboutToBeDestroyed occurs.
    robertosfield committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    990805f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    b556483 View commit details
    Browse the repository at this point in the history
  2. Restructured ViewerWindow to enable it to be used wiht native VSG Sur…

    …face creation or using Qt's QSurface::VulkanSurface.
    robertosfield committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    af7c613 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Configuration menu
    Copy the full SHA
    4f5de65 View commit details
    Browse the repository at this point in the history
  2. Moved the decision about QSurface vs vsg vsg::Surface to the ViewerWi…

    …ndow::exposeEvent() call.
    robertosfield committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    08b9e35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    531b5a2 View commit details
    Browse the repository at this point in the history
  4. Removed the no longer neccessary examples as they functionality is no…

    …w all rolled into the vsgQt library or the original vsgqtviewer example
    robertosfield committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    4bd0ce9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d97f0b8 View commit details
    Browse the repository at this point in the history
  6. Ran clang-format

    robertosfield committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    f1e2b0e View commit details
    Browse the repository at this point in the history