mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-10-31 16:28:05 +02:00 
			
		
		
		
	|  73fc486eb6 An ExternalTexture is a texture that is created and owned by gecko, but shared with the webgpu implementation. It is used for webgpu presentation. While this name describes the class well, it is confusing due to webgpu having an entirely unrelated concept of GPUExternalTexture. This patch renames ExternalTexture, and all of its subclasses and uses, to SharedTexture. This still describes the purpose accurately, and has similarities to gl::SharedSurface which serves a similar purpose for our webgl implementation. Differential Revision: https://phabricator.services.mozilla.com/D255976 | ||
|---|---|---|
| .. | ||
| PWebGPU.ipdl | ||
| PWebGPUTypes.ipdlh | ||
| WebGPUChild.cpp | ||
| WebGPUChild.h | ||
| WebGPUParent.cpp | ||
| WebGPUParent.h | ||
| WebGPUSerialize.h | ||
| WebGPUTypes.h | ||