rpcsx/rpcs3/Emu/RSX/GL/GLResolveHelper.cpp

16 lines
309 B
C++
Raw Normal View History

#include "stdafx.h"
#include "GLResolveHelper.h"
namespace gl
{
void resolve_image(gl::command_context& cmd, gl::viewable_image* dst, gl::viewable_image* src)
{
// TODO
}
void unresolve_image(gl::command_context& cmd, gl::viewable_image* dst, gl::viewable_image* src)
{
// TODO
}
}