mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-15 02:22:42 -05:00
Support configurable point size (#916)
This commit is contained in:
@@ -42,6 +42,8 @@ namespace Ryujinx.Graphics.GAL
|
||||
|
||||
void SetImage(int index, ShaderStage stage, ITexture texture);
|
||||
|
||||
void SetPointSize(float size);
|
||||
|
||||
void SetPrimitiveRestart(bool enable, int index);
|
||||
|
||||
void SetPrimitiveTopology(PrimitiveTopology topology);
|
||||
|
||||
Reference in New Issue
Block a user