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

As{Std140, Std430} for arrays of As{Std140, Std430} #27

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Oct 31, 2021

  1. Working arrays in crevice, can you believe it?!

    Quite a bit of black magic with newtypes and additional traits,
    but overall I quite like the final design.
    ElectronicRU committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    5c10df0 View commit details
    Browse the repository at this point in the history
  2. Rustfmt.

    ElectronicRU committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    4e79e3a View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Configuration menu
    Copy the full SHA
    cdef9f8 View commit details
    Browse the repository at this point in the history
  2. Adjust tests.

    Complex arrays are not supported by standard GLSL, and vec3 strides
    test is failing.
    ElectronicRU committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    9b1807b View commit details
    Browse the repository at this point in the history
  3. Rustfmt

    ElectronicRU committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    15c8c55 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

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

Commits on Nov 10, 2021

  1. Code review.

    ElectronicRU committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    7c1508d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11da7c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Configuration menu
    Copy the full SHA
    ca582a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95b1145 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a189426 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbf4f31 View commit details
    Browse the repository at this point in the history
  5. Rustfmt.

    ElectronicRU committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    112273e View commit details
    Browse the repository at this point in the history