Skip to content

0.2.0

Compare
Choose a tag to compare
@parasyte parasyte released this 21 Aug 00:37
b6526c2
  • Updated wgpu to 0.6.0 (Thanks @JMS55)
  • SurfaceTexture now takes a reference to an implementor of raw-window-handle instead of wgpu::Surface.
  • Removed include_spv! macro: use wgpu::include_spirv! as a direct replacement.
  • Changed custom renderer API to accept a new PixelsContext struct, which provides access to internal wgpu state.
  • The PixelsContext can also be accessed directly with pixels.context().
  • PixelsBuilder no longer has const methods (compiler limitation with generics).