mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-12-21 14:37:00 +01:00
Add WebGPU renderer (#648)
This commit is contained in:
8
src/types/stream.d.ts
vendored
8
src/types/stream.d.ts
vendored
@@ -1,7 +1,9 @@
|
||||
type StreamPlayerOptions = Partial<{
|
||||
processing: string,
|
||||
import type { StreamVideoProcessing } from "@/enums/pref-values";
|
||||
|
||||
type StreamPlayerOptions = {
|
||||
processing: StreamVideoProcessing,
|
||||
sharpness: number,
|
||||
saturation: number,
|
||||
contrast: number,
|
||||
brightness: number,
|
||||
}>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user