mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 15:26:09 +00:00
9 lines
177 B
HLSL
9 lines
177 B
HLSL
#include "d3d11_video_pixel_start.hlsli"
|
|
|
|
cbuffer CSC_CONST_BUF : register(b1)
|
|
{
|
|
min16float3x3 cscMatrix;
|
|
min16float3 offsets;
|
|
};
|
|
|
|
#include "d3d11_video_pixel_end.hlsli" |