-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor API conveniences I want to add #117
Comments
|
Actually, |
2771: Expand docs and add some Default impl's for image r=kvark a=icefoxen Fixes amethyst/rendy#117 PR checklist: - [x] `make` succeeds (on *nix) - [x] `make reftests` succeeds - [x] tested examples with the following backends: vulkan - [x] `rustfmt` run on changed code Co-authored-by: Simon Heath <icefox@dreamquest.io>
I can't see use case for copying meshes and images, but it can be easy implemented as stand-alone function. Although stand-alone function suffers from bad discoverability. |
Derp, I could have sworn that I saw |
Impl
Default
forSamplerInfo
and the types it contains.ViewKind
as well?MipLevel
? Look atTextureBuilder::new()
for preferred values.Refactor
sprite
example to have a separate method for creating textures?Can
Mesh
andImage
beClone
?Things that need docs:
resource::Kind
,The text was updated successfully, but these errors were encountered: