mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 21:51:22 +00:00 
			
		
		
		
	Fixup special case of cluster render
This commit is contained in:
		
							parent
							
								
									6758a7f8c0
								
							
						
					
					
						commit
						e9b4d25f20
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -58,6 +58,7 @@ ClusterBuilderSharedDataRD::ClusterBuilderSharedDataRD() { | |||
| 			afs.push_back(RD::AttachmentFormat()); | ||||
| 			afs.write[0].usage_flags = RD::TEXTURE_USAGE_COLOR_ATTACHMENT_BIT; | ||||
| 			fb_format = RD::get_singleton()->framebuffer_format_create(afs); | ||||
| 			blend_state = RD::PipelineColorBlendState::create_blend(); | ||||
| 			defines = "\n#define USE_ATTACHMENT\n"; | ||||
| 		} | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Pedro J. Estébanez
						Pedro J. Estébanez