0.1.0
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 handlewgpu
async APIs on the main thread. (Thanks @JMS55)
Fixes:
- Fixed Vsync on Vulkan.
- The
compatible_surface
field inwgpu::RequestAdapterOptions
with be assigned by theSurfaceTexture
unless explicitly overridden.