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

Offscreen screenshot example #280

Merged
merged 13 commits into from
Dec 4, 2023
Merged

Commits on Oct 27, 2023

  1. Screenshot example with offscreen rendering

    This example renders the same scene as the display but with different extent
    and different multisampling. It also allows for supersampling before
    saving the resulting image to a file.
    theodoregoetz committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    872f0d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Configuration menu
    Copy the full SHA
    bbc8751 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    97bd84f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50afd81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a624f8 View commit details
    Browse the repository at this point in the history
  4. cleanup

    theodoregoetz committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ae4f658 View commit details
    Browse the repository at this point in the history
  5. apply clang format

    theodoregoetz committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    c9a864b View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    51f1804 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Merge branch 'screenshot2' of https:/theodoregoetz/vsgExa…

    …mples into theodoregoetz-screenshot2
    robertosfield committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    5553191 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c87cbc View commit details
    Browse the repository at this point in the history
  3. Simplified code

    robertosfield committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    11a8130 View commit details
    Browse the repository at this point in the history
  4. Fixed addition of the capture commands so they are nested up the swit…

    …ch, this prevents calling copy from a buffer that has never been rendered
    robertosfield committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    139be93 View commit details
    Browse the repository at this point in the history
  5. Removed workaround

    robertosfield committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    167c24e View commit details
    Browse the repository at this point in the history