mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	primitive_assembly: Mark constructor explicit
Prevents any implicit constructions from occurring, given the constructor isn't a converting constructor.
This commit is contained in:
		
							parent
							
								
									59bb84b86c
								
							
						
					
					
						commit
						2cefd16850
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -20,7 +20,7 @@ struct PrimitiveAssembler { | |||
|     using TriangleHandler = | ||||
|         std::function<void(const VertexType& v0, const VertexType& v1, const VertexType& v2)>; | ||||
| 
 | ||||
|     PrimitiveAssembler( | ||||
|     explicit PrimitiveAssembler( | ||||
|         PipelineRegs::TriangleTopology topology = PipelineRegs::TriangleTopology::List); | ||||
| 
 | ||||
|     /*
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue