mirror of
				https://github.com/encounter/dawn-cmake.git
				synced 2025-10-27 12:10:29 +00:00 
			
		
		
		
	Add end to end tests Fixed: tint:1026 Change-Id: I10813cbe6dc4f1bccddf9a8a29e3a249a364c051 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/59663 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
		
			
				
	
	
		
			6 lines
		
	
	
		
			140 B
		
	
	
	
		
			WebGPU Shading Language
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			140 B
		
	
	
	
		
			WebGPU Shading Language
		
	
	
	
	
	
| [[stage(compute), workgroup_size(1)]]
 | |
| fn f() {
 | |
|     let a : vec3<i32> = vec3<i32>(1, 2, 3);
 | |
|     let b : vec3<i32> = bitcast<vec3<i32>>(a);
 | |
| }
 |