mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-25 08:14:20 +00:00
Changelog entry for PR #1410; Nightly build temporary disabled until #1423 resolved
This commit is contained in:
parent
70186b5034
commit
770ea22bb8
@ -17,10 +17,11 @@ jobs:
|
|||||||
dist: bionic
|
dist: bionic
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
- os: linux
|
# Nightly build turned off until #1423 resolved
|
||||||
dist: bionic
|
# - os: linux
|
||||||
rust:
|
# dist: bionic
|
||||||
- nightly
|
# rust:
|
||||||
|
# - nightly
|
||||||
- os: osx
|
- os: osx
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
- Added a `properties` method to `Format`.
|
- Added a `properties` method to `Format`.
|
||||||
- Added additional device feature flags for enabling SPIR-V related capabilities.
|
- Added additional device feature flags for enabling SPIR-V related capabilities.
|
||||||
- Added method `copy_buffer_dimensions` that allows copying parts of buffers containing arrays.
|
- Added method `copy_buffer_dimensions` that allows copying parts of buffers containing arrays.
|
||||||
|
- Fixed surface creation function on Windows(PR #1410).
|
||||||
|
- Travis CI Linux Nightly job temporary disabled until #1423 resolved.
|
||||||
|
|
||||||
# Version 0.19.0 (2020-06-01)
|
# Version 0.19.0 (2020-06-01)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user