Skip to content

Commit

Permalink
ruby: d3d9 driver does not currently support shaders
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeUsher committed Apr 1, 2024
1 parent facd8af commit fd7f5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/video/direct3d9.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct VideoDirect3D9 : VideoDriver {
auto hasExclusive() -> bool override { return true; }
auto hasContext() -> bool override { return true; }
auto hasBlocking() -> bool override { return true; }
auto hasShader() -> bool override { return true; }
auto hasShader() -> bool override { return false; }

auto setFullScreen(bool fullScreen) -> bool override { return initialize(); }
auto setMonitor(string monitor) -> bool override { return initialize(); }
Expand Down

0 comments on commit fd7f5be

Please sign in to comment.