I've developed a customized media player, using ffmpeg decoders, in C, and display the video with either Direct3D or GDI, all work fine and well.
But some of my customers have reported me that using GeForce RTX card, the video image won't show.
Personally I don't own a RTX card so can't debug.
Is there a rule for developing such an app to be compatible with RTX?
Is there a way to check such a compatibility?
tnks.