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

shadertools: PBR module using UBO #2173

Merged
merged 27 commits into from
Aug 20, 2024
Merged

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    d53fff3 View commit details
    Browse the repository at this point in the history
  2. Do not mutate

    felixpalmer committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7efd45f View commit details
    Browse the repository at this point in the history
  3. Fix exports

    felixpalmer committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    9736cd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    320f9b6 View commit details
    Browse the repository at this point in the history
  5. Consistent early returns

    felixpalmer committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a310432 View commit details
    Browse the repository at this point in the history
  6. Fix hello-gltf example

    felixpalmer committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    29dfa7f View commit details
    Browse the repository at this point in the history
  7. WIP fix pbr shaders

    felixpalmer committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    cb86972 View commit details
    Browse the repository at this point in the history
  8. Fix shader errors

    felixpalmer committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b39fa41 View commit details
    Browse the repository at this point in the history
  9. Get something drawing

    felixpalmer committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    90df175 View commit details
    Browse the repository at this point in the history
  10. Get vertex stage working

    felixpalmer committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b776ec1 View commit details
    Browse the repository at this point in the history
  11. Read baseColor sampler

    felixpalmer committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6babe8b View commit details
    Browse the repository at this point in the history
  12. Frag shader working

    felixpalmer committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ba46d6c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Uncomment shader blocks

    felixpalmer committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c59f45b View commit details
    Browse the repository at this point in the history
  2. Bump

    felixpalmer committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    9fbe7c0 View commit details
    Browse the repository at this point in the history
  3. uniform rename & type

    felixpalmer committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    39527ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40d609c View commit details
    Browse the repository at this point in the history
  5. Clear up warning

    felixpalmer committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    80f7340 View commit details
    Browse the repository at this point in the history
  6. Lint

    felixpalmer committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    605d1d4 View commit details
    Browse the repository at this point in the history
  7. Enable IBL

    felixpalmer committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0cb7847 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f5f5a2 View commit details
    Browse the repository at this point in the history
  9. Add missing file

    felixpalmer committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    cfe19ca View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Revert version bumps

    felixpalmer committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3705dcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06d7da5 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Remove unused file

    felixpalmer committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d1c9e30 View commit details
    Browse the repository at this point in the history
  2. Tidy

    felixpalmer committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2b442fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94ef7e1 View commit details
    Browse the repository at this point in the history
  4. Remove hack

    felixpalmer committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1fbc755 View commit details
    Browse the repository at this point in the history