video_core: Implement RGBA16_SNORM
Implement RGBA16_SNORM with the current API. Nothing special here.
This commit is contained in:
		@@ -111,6 +111,8 @@ PixelFormat PixelFormatFromRenderTargetFormat(Tegra::RenderTargetFormat format)
 | 
			
		||||
        return PixelFormat::RGBA16F;
 | 
			
		||||
    case Tegra::RenderTargetFormat::RGBA16_UNORM:
 | 
			
		||||
        return PixelFormat::RGBA16U;
 | 
			
		||||
    case Tegra::RenderTargetFormat::RGBA16_SNORM:
 | 
			
		||||
        return PixelFormat::RGBA16S;
 | 
			
		||||
    case Tegra::RenderTargetFormat::RGBA16_UINT:
 | 
			
		||||
        return PixelFormat::RGBA16UI;
 | 
			
		||||
    case Tegra::RenderTargetFormat::RGBA32_FLOAT:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user