Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upVersion 0.5 #743
Conversation
kvark
and others
added some commits
May 17, 2015
kvark
added
the
status: working
label
May 18, 2015
This comment has been minimized.
This comment has been minimized.
ghost
commented
May 18, 2015
|
Travis seems to not want to download things today :( |
This comment has been minimized.
This comment has been minimized.
ghost
commented
May 18, 2015
|
lgtm. I want travis to be green before I will merge it. |
This comment has been minimized.
This comment has been minimized.
|
@csherratt travis is green |
ghost
pushed a commit
that referenced
this pull request
May 18, 2015
ghost
merged commit 894af86
into
master
May 18, 2015
kvark
removed
the
status: working
label
May 18, 2015
kvark
deleted the
v0.5
branch
May 18, 2015
This was referenced May 19, 2015
Closed
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
kvark commentedMay 18, 2015
GFX v0.5
Closes #737
Device GL: https://github.com/gfx-rs/gfx_device_gl/pull/36
Window GLFW: https://github.com/gfx-rs/gfx_window_glfw/pull/5
Window Glutin: https://github.com/gfx-rs/gfx_window_glutin/pull/10
Examples: https://github.com/gfx-rs/gfx_examples/pull/25
List of changes:
GraphicsandCanvasare removed. UseStreamand its variations instead. Unfortunately,present()triggers an ICE but this will hopefully get addressed soon by Rust.device.spawn_factory(), which should be highly useful for libraries managing their own resourcesgfx_parameters!doesn't need you to set the link name manually any moreIndexBufferis removed. Buffer creation API is refactored.Renderer::draw*helpers are removed, only the fully functionaldraw()is there now. The helpers are in still theStreaminterface, however.link_program_sourcedoesn't have the capabilities parameter, eachFactorynow knows about its capabilities&[T].to_slice(&mut Factory, PrimitiveType)helper