mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Remove unnecessary Src/ folders
This commit is contained in:
21
Source/Core/VideoCommon/TextureConversionShader.h
Normal file
21
Source/Core/VideoCommon/TextureConversionShader.h
Normal file
@ -0,0 +1,21 @@
|
||||
// Copyright 2013 Dolphin Emulator Project
|
||||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#ifndef _TEXTURECONVERSIONSHADER_H_
|
||||
#define _TEXTURECONVERSIONSHADER_H_
|
||||
|
||||
#include "Common.h"
|
||||
#include "TextureDecoder.h"
|
||||
#include "VideoCommon.h"
|
||||
|
||||
namespace TextureConversionShader
|
||||
{
|
||||
u16 GetEncodedSampleCount(u32 format);
|
||||
|
||||
const char *GenerateEncodingShader(u32 format, API_TYPE ApiType = API_OPENGL);
|
||||
|
||||
}
|
||||
|
||||
#endif // _TEXTURECONVERSIONSHADER_H_
|
||||
|
Reference in New Issue
Block a user