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

support more shader stages #263

Merged
merged 5 commits into from
Mar 1, 2021
Merged

support more shader stages #263

merged 5 commits into from
Mar 1, 2021

Commits on Feb 24, 2021

  1. update vulkan-utils to 0.5.0 for update on shaderQQ

    - refactor shaderQQ
    - update changelog
    - update comments
    - specify --target-spv for shaderc ray tracing shaders
    - specify --target-env for glslang ray tracing shaders
    - support pass hlsl entry point to glslangValidator and shaderc
    - support pass glsl entry point to glslangValidator
    - support compile both glsl and hlsl with both glslang and shaderc
    ukari committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    9ae34ef View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Configuration menu
    Copy the full SHA
    182c8c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecd1b99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5779b4 View commit details
    Browse the repository at this point in the history
  4. fix line number for doctest

    ukari committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    ede03ec View commit details
    Browse the repository at this point in the history