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

Make runtime shader compilation optional #251

Open
wants to merge 40 commits into
base: master
Choose a base branch
from

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    c5fabda View commit details
    Browse the repository at this point in the history
  2. Fix user shader compilation

    bullno1 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    22bf4bc View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary include

    bullno1 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    d2d6598 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b82fa6 View commit details
    Browse the repository at this point in the history
  5. Add cute-shaderc

    bullno1 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    bb9d6f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c2ffb3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28534c8 View commit details
    Browse the repository at this point in the history
  8. Pre-compile builtin shaders

    bullno1 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    e43c319 View commit details
    Browse the repository at this point in the history
  9. Pre-compile imgui shaders

    bullno1 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    0dce0ac View commit details
    Browse the repository at this point in the history
  10. Update hello_triangle sample

    bullno1 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    065f62c View commit details
    Browse the repository at this point in the history
  11. Update shallow_water sample

    bullno1 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    1b32104 View commit details
    Browse the repository at this point in the history
  12. Update recolor sample

    bullno1 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    a20dec9 View commit details
    Browse the repository at this point in the history
  13. Update spaceshooter example

    bullno1 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    dac1089 View commit details
    Browse the repository at this point in the history
  14. Update waves sample

    bullno1 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    e7cafcb View commit details
    Browse the repository at this point in the history
  15. Update metaballs sample

    bullno1 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    02465fc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a29ebd8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0683724 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2efcc74 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7ad0347 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7e90035 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    faa9a73 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2f356f2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    11ee711 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fd4e5ec View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6880179 View commit details
    Browse the repository at this point in the history
  26. Style fix

    bullno1 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    9177ff5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    dc8e3d7 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c274b14 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    5ca5439 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    088dcc8 View commit details
    Browse the repository at this point in the history
  31. Add extern "C"

    bullno1 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    327e3f6 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b573c3f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    88ddbd4 View commit details
    Browse the repository at this point in the history
  34. Add doc to CF_ShaderInputInfo

    bullno1 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    5aa7d62 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Clean up

    bullno1 committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    36b9087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e8c663 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45e9115 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Typo and wornding in doc

    bullno1 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    e1b7791 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6972b1e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2024

  1. Add const to NULL declarations

    This allows the header to be compiled as C too.
    bullno1 committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    d08a9e8 View commit details
    Browse the repository at this point in the history