Merged
Conversation
kylebarron
added a commit
to developmentseed/deck.gl-raster
that referenced
this pull request
Mar 5, 2026
Closes #175 ### Change list - Create new BlackIsZero and WhiteIsZero GPU shader modules - Ensure that typed array type matches what the GPU expects for the given texture format. This had been preventing uint16 images from rendering `uint8_1band_deflate_block128_unaligned_mask.tif` from developmentseed/geotiff-test-data#50 <img width="755" height="756" alt="image" src="https://github.com/user-attachments/assets/a9c6b047-cbd1-433a-b53d-34b3604d17db" /> And with uint16 1-band data https://github.com/developmentseed/geotiff-test-data/blob/7fa07ac10f9d54b2ac2e557117432cf8f2f80eef/rasterio_generated/fixtures/uint16_1band_scale_offset_info.md#L4 <img width="757" height="733" alt="image" src="https://github.com/user-attachments/assets/7cf9e77b-0193-4727-89df-f5b7d816b4ef" />
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
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.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.
Closes #49