mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-12-16 14:22:28 +00:00
9 lines
No EOL
177 B
HLSL
9 lines
No EOL
177 B
HLSL
#include "d3d11_video_pixel_start.hlsli"
|
|
|
|
cbuffer CSC_CONST_BUF : register(b0)
|
|
{
|
|
min16float3x3 cscMatrix;
|
|
min16float3 offsets;
|
|
};
|
|
|
|
#include "d3d11_video_pixel_end.hlsli" |