Remove TINT_EXPECTS_UBOS_TO_BE_MULTIPLE_OF_16 macro
This was a temporary measure to be able to roll Tint into Dawn with this change. Dawn's usage of this macro was removed in: https://dawn-review.googlesource.com/c/dawn/+/58365 Bug: tint:984 Change-Id: Ie6ab047a6398aa1a29b56c3181ec38691f34498d Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/58322 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com>
This commit is contained in:
parent
9a052177d0
commit
a94d1a9c81
|
@ -59,7 +59,4 @@
|
|||
#include "src/writer/hlsl/generator.h"
|
||||
#endif // TINT_BUILD_HLSL_WRITER
|
||||
|
||||
// TODO(crbug/984): Remove once Dawn builds with this flag
|
||||
#define TINT_EXPECTS_UBOS_TO_BE_MULTIPLE_OF_16
|
||||
|
||||
#endif // INCLUDE_TINT_TINT_H_
|
||||
|
|
Loading…
Reference in New Issue