dx11: VersionHelpers.h -> versionhelpers.h
the mingw version is all lowercase
This commit is contained in:
parent
dcd48f4264
commit
45ba648622
|
@ -18,7 +18,7 @@
|
||||||
*/
|
*/
|
||||||
#include "dx11_texture.h"
|
#include "dx11_texture.h"
|
||||||
#include "dx11context.h"
|
#include "dx11context.h"
|
||||||
#include <VersionHelpers.h>
|
#include <versionhelpers.h>
|
||||||
|
|
||||||
void DX11Texture::UploadToGPU(int width, int height, u8* temp_tex_buffer, bool mipmapped, bool mipmapsIncluded)
|
void DX11Texture::UploadToGPU(int width, int height, u8* temp_tex_buffer, bool mipmapped, bool mipmapsIncluded)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue