mirror of
				https://gitlab.winehq.org/wine/vkd3d.git
				synced 2025-09-12 18:50:22 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			258 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			258 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [require]
 | |
| shader model < 3.0
 | |
| 
 | |
| [effect]
 | |
| bool _bool;
 | |
| float _float;
 | |
| half _half;
 | |
| int _int;
 | |
| uint _uint;
 | |
| 
 | |
| technique
 | |
| {
 | |
| }
 | |
| 
 | |
| [effect]
 | |
| Texture tex1;
 | |
| texture tex2;
 | |
| teXture tex3;
 | |
| Texture2DMS<float4, 4> tex4;
 | |
| Texture1D tex5;
 | |
| Texture2D tex6;
 | |
| Texture3D tex7;
 | |
| 
 | |
| technique
 | |
| {
 | |
| }
 |