webai-community / aquarium

BSD 3-Clause "New" or "Revised" License
26 stars 7 forks source link

Rebase dawn to latest commit #21

Closed JiangYizhou closed 5 years ago

JiangYizhou commented 5 years ago
  1. Rename ShaderStageBit to ShaderStage.
  2. Remove Bit from TextureUsageBit and BufferUsageBit.
  3. Remove Texture::createDefaultView. We can use createView instead, the values are init by default.