mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-12-17 14:43:09 +00:00
9 lines
177 B
HLSL
9 lines
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"
|