Support configurable point size (#916)

This commit is contained in:
gdkchan 2020-02-01 20:19:46 -03:00 committed by GitHub
parent a1a5341baf
commit f373f870f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 0 deletions

View file

@ -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);