|
|
|
@ -39,6 +39,7 @@ |
|
|
|
#define InterlockedMax(dest, val) { (dest) = max((dest), (val)); } |
|
|
|
#endif |
|
|
|
|
|
|
|
// PSSL uses different semantics and doesn't support certain type qualifiers |
|
|
|
#if defined(SHADER_API_PSSL) |
|
|
|
#define SV_VERTEXID S_VERTEX_ID |
|
|
|
#define SV_POSITION S_POSITION |
|
|
|
@ -46,4 +47,6 @@ |
|
|
|
#define SV_TARGET1 S_TARGET_OUTPUT1 |
|
|
|
#define SV_TARGET2 S_TARGET_OUTPUT2 |
|
|
|
#define SV_TARGET3 S_TARGET_OUTPUT3 |
|
|
|
#define unorm |
|
|
|
#define globallycoherent |
|
|
|
#endif |