Fix all doxygen warnings

Fixed: tint:776
Change-Id: I26e7dc36b19cf38612f6d530a9e774ac519d70e7
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/50220
Commit-Queue: Ben Clayton <bclayton@google.com>
Commit-Queue: Antonio Maiorano <amaiorano@google.com>
Auto-Submit: Ben Clayton <bclayton@google.com>
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
This commit is contained in:
Ben Clayton
2021-05-06 16:26:53 +00:00
committed by Commit Bot service account
parent e21ad1438e
commit fe5c305891
3 changed files with 150 additions and 17 deletions

View File

@@ -22,11 +22,11 @@
namespace tint {
namespace transform {
// Because an external texture is comprised of 1-3 texture views we can simply
// transform external textures into the appropriate number of sampled textures.
// This allows us to share SPIR-V/HLSL writer paths for sampled textures instead
// of adding dedicated writer paths for external textures.
// ExternalTextureTransform performs this transformation.
/// Because an external texture is comprised of 1-3 texture views we can simply
/// transform external textures into the appropriate number of sampled textures.
/// This allows us to share SPIR-V/HLSL writer paths for sampled textures
/// instead of adding dedicated writer paths for external textures.
/// ExternalTextureTransform performs this transformation.
class ExternalTextureTransform : public Transform {
public:
/// Constructor