ryujinx-mirror2/Ryujinx.Graphics.GAL
Ac_K 4c54f36c38
Upgrade projects to C#8 (#1193)
Some parts of our code needs C# 8 who isn't set as default in Visual Studio. To fix this we have to set the C# version correctly in the csproj files and then we are be able to build the project using Visual Studio.
2020-05-04 12:14:48 +10:00
..
AddressMode.cs
BlendDescriptor.cs Implement Constant Color blends (#1119) 2020-04-25 23:00:43 +10:00
BlendFactor.cs
BlendOp.cs
BufferRange.cs
Capabilities.cs Make max anisotropy configurable (#1043) 2020-03-31 08:38:52 +11:00
ColorF.cs Implement Constant Color blends (#1119) 2020-04-25 23:00:43 +10:00
CompareMode.cs
CompareOp.cs
CounterType.cs
DepthMode.cs
DepthStencilMode.cs
DepthStencilState.cs
DepthTestDescriptor.cs
Extents2D.cs
Face.cs
Format.cs
FrontFace.cs
IBuffer.cs
ImageCrop.cs
IndexType.cs
IPipeline.cs Implement user-defined clipping on GL state pipeline (#1118) 2020-05-04 12:04:49 +10:00
IProgram.cs
IRenderer.cs
ISampler.cs
IShader.cs
ITexture.cs Implement texture buffers (#1152) 2020-04-25 23:02:18 +10:00
IWindow.cs
MagFilter.cs
MinFilter.cs
PolygonModeMask.cs
PrimitiveTopology.cs
RectangleF.cs
Ryujinx.Graphics.GAL.csproj Upgrade projects to C#8 (#1193) 2020-05-04 12:14:48 +10:00
SamplerCreateInfo.cs
StencilOp.cs
StencilTestDescriptor.cs
SwizzleComponent.cs
Target.cs
TextureCreateInfo.cs
TextureReleaseCallback.cs
VertexAttribDescriptor.cs
VertexBufferDescriptor.cs
Viewport.cs
ViewportSwizzle.cs