-
Notifications
You must be signed in to change notification settings - Fork 2
feat(lambda-rs): Add support for textures #69
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
Merged
Merged
Changes from 24 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
ba6e707
[add] initial spec for textures and samplers.
vmarcella 549f0a1
[remove] docs from ignore.
vmarcella b6865b4
[add] enums and helpers for mapping wgpu types.
vmarcella 6851576
[add] texture builder and texture implementations.
vmarcella d040ebe
[add] texture sampler API in both platform and lambda-rs crates.
vmarcella 02a57cd
[add] 2D textured quad demo.
vmarcella 33777ca
[fix] quad size.
vmarcella 2d6e9ef
[fix] quad centering.
vmarcella d77334a
[add] integration tests.
vmarcella af14117
[add] integration tests.
vmarcella a1bc465
[add] support for 3d textures.
vmarcella aa27df5
[add] 3D example prototype (Still needs refining).
vmarcella 4e02687
Merge branch 'main' into vmarcella/textures
vmarcella eb0cda6
Merge branch 'main' into vmarcella/textures
vmarcella dd8e54d
[fix] textured_cube demo.
vmarcella ffdca15
[update] cube to rotate around the x & y axis.
vmarcella 9c98647
[fix] missing faces.
vmarcella d9b4e0a
[fix] brightness calculations.
vmarcella fc5eb52
[remove] textured volume demo.
vmarcella a3a92ce
[add] tutorial for textured_quad example.
vmarcella 727dbe9
[update] step descriptions.
vmarcella fe79756
[add] textured_cube tutorial and update tutorial links.
vmarcella 70bfaff
[update] specification to match current state of texture implementation.
vmarcella 7f4307b
[update] tutorials to include conclusions.
vmarcella 37e02b4
[update] pipelines to support headless builds on ubuntu.
vmarcella ad764ad
[remove] redundant cast.
vmarcella 966bebf
[fix] redundant --
vmarcella 03e1104
[remove] redundant field.
vmarcella c37e14c
[add] return statements.
vmarcella File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.