Remove a useless comment

This patch removes the comment about adding "interpolationType" and
"interpolationSampling" to InterStageVariableInfo as they have already
added before. Sorry that we forgot to remove it in the PR of adding
these two members to InterStageVariableInfo.

BUG=dawn:802

Change-Id: Ib2f3769f2dc1c8152280a28aad77bf90abf76608
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/61384
Commit-Queue: Jiawei Shao <jiawei.shao@intel.com>
Commit-Queue: Kai Ninomiya <kainino@chromium.org>
Reviewed-by: Kai Ninomiya <kainino@chromium.org>
This commit is contained in:
Jiawei Shao 2021-08-10 03:42:44 +00:00 committed by Dawn LUCI CQ
parent a03e847227
commit f99d5aa7d4
1 changed files with 0 additions and 2 deletions

View File

@ -177,8 +177,6 @@ namespace dawn_native {
fragmentOutputFormatBaseTypes; fragmentOutputFormatBaseTypes;
ityp::bitset<ColorAttachmentIndex, kMaxColorAttachments> fragmentOutputsWritten; ityp::bitset<ColorAttachmentIndex, kMaxColorAttachments> fragmentOutputsWritten;
// TODO(dawn:802): store InterpolationType and IntepolationSampling when we add the
// validations on them.
struct InterStageVariableInfo { struct InterStageVariableInfo {
InterStageComponentType baseType; InterStageComponentType baseType;
uint32_t componentCount; uint32_t componentCount;