mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 10:44:49 +01:00 
			
		
		
		
	Merge pull request #12323 from liamwhite/buffer-format
fbshare: set external format correctly
This commit is contained in:
		
						commit
						6d2af32f29
					
				| @ -171,6 +171,7 @@ void MakeGraphicBuffer(android::BufferQueueProducer& producer, u32 slot, u32 han | ||||
|     buffer->height = SharedBufferHeight; | ||||
|     buffer->stride = SharedBufferBlockLinearStride; | ||||
|     buffer->format = SharedBufferBlockLinearFormat; | ||||
|     buffer->external_format = SharedBufferBlockLinearFormat; | ||||
|     buffer->buffer_id = handle; | ||||
|     buffer->offset = slot * SharedBufferSlotSize; | ||||
|     ASSERT(producer.SetPreallocatedBuffer(slot, buffer) == android::Status::NoError); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user