mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Properly bind the shader sampler and uniform bindings
This commit is contained in:
		
							parent
							
								
									a20c81d593
								
							
						
					
					
						commit
						061a33477f
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -188,6 +188,8 @@ public: | |||
|     } | ||||
| 
 | ||||
|     void Inject(OGLProgram&& program) { | ||||
|         SetShaderUniformBlockBindings(program.handle); | ||||
|         SetShaderSamplerBindings(program.handle); | ||||
|         shader_or_program = std::move(program); | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue