mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Merge pull request #909 from lioncash/const
gl_shader_manager: Make ProgramManager's GetCurrentProgramStage() a const member function
This commit is contained in:
		
						commit
						64806a8397
					
				| @ -118,7 +118,7 @@ public: | |||||||
|         return result; |         return result; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     GLuint GetCurrentProgramStage(Maxwell3D::Regs::ShaderStage stage) { |     GLuint GetCurrentProgramStage(Maxwell3D::Regs::ShaderStage stage) const { | ||||||
|         switch (stage) { |         switch (stage) { | ||||||
|         case Maxwell3D::Regs::ShaderStage::Vertex: |         case Maxwell3D::Regs::ShaderStage::Vertex: | ||||||
|             return current.vs; |             return current.vs; | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei