mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-30 23:49:01 -05:00 
			
		
		
		
	Merge pull request #3110 from greggameplayer/CompleteRGBA16UI
Complete the implementation of RGBA16UI
This commit is contained in:
		| @@ -249,6 +249,8 @@ PixelFormat PixelFormatFromTextureFormat(Tegra::Texture::TextureFormat format, | ||||
|             return PixelFormat::RGBA16U; | ||||
|         case Tegra::Texture::ComponentType::FLOAT: | ||||
|             return PixelFormat::RGBA16F; | ||||
|         case Tegra::Texture::ComponentType::UINT: | ||||
|             return PixelFormat::RGBA16UI; | ||||
|         default: | ||||
|             break; | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Rodrigo Locatti
					Rodrigo Locatti