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 overridable attributes to all types (defaulting to empty) #182

Merged
merged 1 commit into from
May 24, 2023

Commits on May 24, 2023

  1. Add overridable attributes to all types (defaulting to empty)

     - Also adds WGPU_NULLABLE instead of the /* nullable */ comments
     - Also adds WGPUFeatureName_Float32Filterable
     - Also adds struct forward declarations and move funtion pointers
       typedefs before the struct definitions, so that struct can contain
       function pointers.
    
    Fixes webgpu-native#179
    Fixes webgpu-native#119
    Kangz authored and kainino0x committed May 24, 2023
    Configuration menu
    Copy the full SHA
    3d7a5d3 View commit details
    Browse the repository at this point in the history