mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	shader_setup.h: Initialise program_code (#7396)
This commit is contained in:
		
							parent
							
								
									d1e3dddf6a
								
							
						
					
					
						commit
						7a4854c519
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -76,9 +76,9 @@ public: | |||
| public: | ||||
|     Uniforms uniforms; | ||||
|     PackedAttribute uniform_queue; | ||||
|     ProgramCode program_code; | ||||
|     SwizzleData swizzle_data; | ||||
|     u32 entry_point; | ||||
|     ProgramCode program_code{}; | ||||
|     SwizzleData swizzle_data{}; | ||||
|     u32 entry_point{}; | ||||
|     const void* cached_shader{}; | ||||
| 
 | ||||
| private: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue