Skip to content
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

chore/remove bytemuck from renderling shader #70

Conversation

schell
Copy link
Owner

@schell schell commented Dec 23, 2023

  • parts out slab stuff into crabslab
  • removes bytemuck from renderling-shader
  • removes bloom
  • removes scene in favor of stage
  • breaks renderling-ui and example

@schell schell marked this pull request as ready for review January 3, 2024 20:51
@schell schell merged commit 504f537 into wip/gltf-on-the-slab-build-out Jan 3, 2024
1 check passed
@schell schell deleted the chore/remove-bytemuck-from-renderling-shader branch January 3, 2024 20:52
schell added a commit that referenced this pull request Jan 3, 2024
* Support for indexed vertices, ie native vertices can be indexed

* debugging gltf on-the-slab textures

* debugging gltf on-the-slab textures, still

* gltf on-the-slab can use textures

* porting over more gltf tests

* setting stage images resets the atlas size on the slab

* ported over more tests to the slab

* ported over atlas_uv_mapping test

* ported uv_wrapping test

* ported negative_uv_wrapping

* WIP porting scene_cube_directional (test of directional lighting)

* WIP CPU-side sampling for testing

* ported scene_cube_directional test of directional lighting

* fixed accessors, they now take their own offset into account

* fix accessors - view stuff shouldn't be in GltfAccessor, it should be in GltfBufferView

* WIP GLTF is the only internal representation

* WIP more work on GLTF is the only internal representation

* finished porting tests to gltf-on-the-slab

* criterion benchmark stub

* added criterion benchmark and ported scene_parent_sanity test

* ported pbr test minus bloom

* pbr metallic spheres test doesn't use bloom

* chore/remove bytemuck from renderling shader (#70)

* parted out slab into slabcrab

* parted out slab into crabslab

* parted out slab into crabslab

* Update README.md

* readme

* WIP part out crabslab, remove non-slab shaders, remove bloom (to be reimplemented later)

* WIP

* img-diff takes into account pixel threshold and image threshold

* fixed problems with the skybox after slabbing

* fixed tests to use explicit linear transfer where appropriate
schell added a commit that referenced this pull request Dec 27, 2024
* Support for indexed vertices, ie native vertices can be indexed

* debugging gltf on-the-slab textures

* debugging gltf on-the-slab textures, still

* gltf on-the-slab can use textures

* porting over more gltf tests

* setting stage images resets the atlas size on the slab

* ported over more tests to the slab

* ported over atlas_uv_mapping test

* ported uv_wrapping test

* ported negative_uv_wrapping

* WIP porting scene_cube_directional (test of directional lighting)

* WIP CPU-side sampling for testing

* ported scene_cube_directional test of directional lighting

* fixed accessors, they now take their own offset into account

* fix accessors - view stuff shouldn't be in GltfAccessor, it should be in GltfBufferView

* WIP GLTF is the only internal representation

* WIP more work on GLTF is the only internal representation

* finished porting tests to gltf-on-the-slab

* criterion benchmark stub

* added criterion benchmark and ported scene_parent_sanity test

* ported pbr test minus bloom

* pbr metallic spheres test doesn't use bloom

* chore/remove bytemuck from renderling shader (#70)

* parted out slab into slabcrab

* parted out slab into crabslab

* parted out slab into crabslab

* Update README.md

* readme

* WIP part out crabslab, remove non-slab shaders, remove bloom (to be reimplemented later)

* WIP

* img-diff takes into account pixel threshold and image threshold

* fixed problems with the skybox after slabbing

* fixed tests to use explicit linear transfer where appropriate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant