mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-03 20:05:42 +02: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
|
|
{
|
|
|
|
};
|