Skip to content

Conversation

@kainino0x
Copy link
Contributor

@kainino0x kainino0x commented Jul 12, 2019

Copy link
Contributor

@kdashg kdashg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge when ready!

};

interface GPUTexture : GPUObjectBase {
GPUTextureView createView(GPUTextureViewDescriptor desc);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Descriptors are everywhere here so I think abbreviating to desc is reasonable.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this was for consistency with all the GPUDevice methods that take descriptors and call them descriptor.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup. Just for consistency, I don't actually care about the name.

Copy link
Contributor

@Kangz Kangz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kainino0x kainino0x merged commit 918c28b into gpuweb:master Jul 12, 2019
@kainino0x kainino0x deleted the typos branch July 12, 2019 18:03
ben-clayton pushed a commit to ben-clayton/gpuweb that referenced this pull request Sep 6, 2022
…me validation (gpuweb#364)

* From HackMD: manual, stress, web_platform, and documentation

* and a few validation tests (the "weird" ones)

* address comments

* add "TODO:" to description for unimplemented tests

* restructure state tests, add error monad test dir
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.

3 participants