You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The webgpu.h file now provides a macro WGPU_FOO_DESCRIPTOR_INIT for each descriptor WGPUFooDescriptor. This is the preferred way to get default values and initialize.
This repo still uses a hacky scraping-based mechanism to list default values, and should switch to this new clean approach.
The text was updated successfully, but these errors were encountered:
The
webgpu.h
file now provides a macroWGPU_FOO_DESCRIPTOR_INIT
for each descriptorWGPUFooDescriptor
. This is the preferred way to get default values and initialize.This repo still uses a hacky scraping-based mechanism to list default values, and should switch to this new clean approach.
The text was updated successfully, but these errors were encountered: