mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-11 11:10:04 +01:00
- Refactors backend draw call management to make it easier to extend functionality. - Stubs shader interpreter functionality.
8 lines
72 B
C++
8 lines
72 B
C++
#include "stdafx.h"
|
|
#include "GLShaderInterpreter.h"
|
|
|
|
namespace gl
|
|
{
|
|
|
|
}
|