mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 10:44:49 +01:00 
			
		
		
		
	vk_buffer_cache: Format
This commit is contained in:
		
							parent
							
								
									71b3b2a2f0
								
							
						
					
					
						commit
						4ecedc4991
					
				| @ -80,8 +80,8 @@ Buffer::Buffer(BufferCacheRuntime&, VideoCommon::NullBufferParams null_params) | ||||
| Buffer::Buffer(BufferCacheRuntime& runtime, VideoCore::RasterizerInterface& rasterizer_, | ||||
|                VAddr cpu_addr_, u64 size_bytes_) | ||||
|     : VideoCommon::BufferBase<VideoCore::RasterizerInterface>(rasterizer_, cpu_addr_, size_bytes_), | ||||
|       device{&runtime.device}, | ||||
|       buffer{CreateBuffer(*device, runtime.memory_allocator, SizeBytes())} { | ||||
|       device{&runtime.device}, buffer{ | ||||
|                                    CreateBuffer(*device, runtime.memory_allocator, SizeBytes())} { | ||||
|     if (runtime.device.HasDebuggingToolAttached()) { | ||||
|         buffer.SetObjectNameEXT(fmt::format("Buffer 0x{:x}", CpuAddr()).c_str()); | ||||
|     } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user