forked from gpuweb/cts
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement texelData for rgb9e5ufloat and add texelData unit tests (gp…
…uweb#352) - Adds dataType and componentType to the texture format table for encodable texture formats. dataType is the format's data representation whereas componentType is the GPUTextureComponentType - the type you get in the shader. - Implements texelData helpers for packed format rgb9e5ufloat - Adds unit tests for upload texel data as dataType, loading the componentType in the shader, and writing it out.
- Loading branch information
Showing
5 changed files
with
655 additions
and
74 deletions.
There are no files selected for viewing
This file contains 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.