mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-18 17:35:30 +00:00
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:
committed by
Commit Bot service account
parent
e21ad1438e
commit
fe5c305891
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user