From 5029906c344ea39c13c9875d89da0f6b4a8595aa Mon Sep 17 00:00:00 2001 From: dec05eba <dec05eba@protonmail.com> Date: Sun, 6 Apr 2025 21:52:15 +0200 Subject: Fallback to graphics shader instead of compute shader if the gpu doesn't support compute shader (either glsl 420 or opengl es glsl 310) --- TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 1c19b19..04ee191 100644 --- a/TODO +++ b/TODO @@ -261,3 +261,5 @@ External texture doesn't work on nvidia x11, probably because of glx context (re Add option to save replay buffer on disk instead of ram. nvfbc capture cursor with cursor.h instead and composite that on top. This allows us to also always get a cursor in direct capture mode. This could possible give better performance as well. + +Maybe remove external shader code and make a simple external to internal texture converter (compute shader), to reduce texture sampling. Maybe this is faster? \ No newline at end of file -- cgit v1.2.3-70-g09d2