mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
- Refactors backend draw call management to make it easier to extend functionality. - Stubs shader interpreter functionality.
8 lines
73 B
C++
8 lines
73 B
C++
#include "stdafx.h"
|
|
#include "VKShaderInterpreter.h"
|
|
|
|
namespace vk
|
|
{
|
|
|
|
};
|