Skip to content

0.1.0

Compare
Choose a tag to compare
@parasyte parasyte released this 19 Jul 21:28
1dd84cb

Features:

  • New low-level renderer API. (Thanks @JMS55)
  • Added a custom-shader example using the renderer API.
  • Added a builder method to set the wgpu::PresentMode explicitly.
  • Allows the GPU power preferences to be selected with environment variables if the application doesn't specify any preference.
  • Added a feature flag on all example to enable all log levels in release builds.
  • Now using pollster to handle wgpu async APIs on the main thread. (Thanks @JMS55)

Fixes:

  • Fixed Vsync on Vulkan.
  • The compatible_surface field in wgpu::RequestAdapterOptions with be assigned by the SurfaceTexture unless explicitly overridden.