mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-09 05:27:49 +00:00
Implement Default Struct Layout
Implements https://github.com/gpuweb/gpuweb/pull/1447 SPIR-V Reader is still TODO, but continues to function as the offset decoration is still supported. Bug: tint:626 Bug: tint:629 Change-Id: Id574eb3a5c6729559382812de37b23f0c68fd406 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/43640 Commit-Queue: Ben Clayton <bclayton@chromium.org> Reviewed-by: David Neto <dneto@google.com>
This commit is contained in:
committed by
Commit Bot service account
parent
717fbbf183
commit
d614dd5d12
@@ -750,8 +750,6 @@ int main(int argc, const char** argv) {
|
||||
<< "]:" << std::endl;
|
||||
std::cout << "\t\t resource_type = "
|
||||
<< ResourceTypeToString(binding.resource_type) << std::endl;
|
||||
std::cout << "\t\t min_buffer_binding_size = "
|
||||
<< binding.min_buffer_binding_size << std::endl;
|
||||
std::cout << "\t\t dim = " << TextureDimensionToString(binding.dim)
|
||||
<< std::endl;
|
||||
std::cout << "\t\t sampled_kind = "
|
||||
|
||||
Reference in New Issue
Block a user