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

Add new sample for shader debugprintf #945

Merged
merged 25 commits into from
Mar 25, 2024

Commits on Feb 21, 2024

  1. Added new shader debzgprrintf sample

    Work-in-progress
    SaschaWillems committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c41713d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Note on descriptor size

    Minor cleanup
    SaschaWillems committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    d6cce0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a38a5a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6d10d2 View commit details
    Browse the repository at this point in the history
  4. Restructure code

    Use VK 1.2 to avoid a bug with recent Vulkan SDKs
    SaschaWillems committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    2a8fa5e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Minor adjustments

    SaschaWillems committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    4029d53 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

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

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    a012609 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    136e1ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9730ff View commit details
    Browse the repository at this point in the history
  4. Fixed link

    SaschaWillems committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    439cdb3 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    24c7cd5 View commit details
    Browse the repository at this point in the history
  2. Minor reordering

    Easier to document
    SaschaWillems committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    2f13dbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bb0137 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Update tutorial

    SaschaWillems committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    42fc8b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e20fa1 View commit details
    Browse the repository at this point in the history
  3. Clang-format...

    SaschaWillems committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2948b1d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    481c3bf View commit details
    Browse the repository at this point in the history
  2. Add new argument to custom instance creation so that extensions enabl…

    …ed in a sample will be marked as enabled in the instance class
    
    This is required to make other parts of the framework properly work with samples that do custom instance creation
    SaschaWillems committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    4ed5efc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49103cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47f2b36 View commit details
    Browse the repository at this point in the history
  5. Doc fix

    SaschaWillems committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    29c93cc View commit details
    Browse the repository at this point in the history
  6. Typo

    SaschaWillems committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    3bd4c20 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2aa7960 View commit details
    Browse the repository at this point in the history