mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
* Fix typos * Remove unneeded using statements * Enforce var style more * Remove redundant qualifiers * Fix some indentation * Disable naming warnings on files with external enum names * Fix build * Mass find & replace for comments with no spacing * Standardize todo capitalization and for/if spacing |
||
|---|---|---|
| .. | ||
| OpenGL | ||
| EmbeddedResource.cs | ||
| GalBlendEquation.cs | ||
| GalBlendFactor.cs | ||
| GalClearBufferFlags.cs | ||
| GalColorF.cs | ||
| GalComparisonOp.cs | ||
| GalCullFace.cs | ||
| GalFrontFace.cs | ||
| GalImage.cs | ||
| GalImageFormat.cs | ||
| GalIndexFormat.cs | ||
| GalMemoryLayout.cs | ||
| GalPipelineState.cs | ||
| GalPrimitiveType.cs | ||
| GalShaderType.cs | ||
| GalStencilOp.cs | ||
| GalSurfaceFormat.cs | ||
| GalTextureFilter.cs | ||
| GalTextureFormat.cs | ||
| GalTextureMipFilter.cs | ||
| GalTextureSampler.cs | ||
| GalTextureSource.cs | ||
| GalTextureTarget.cs | ||
| GalTextureType.cs | ||
| GalTextureWrap.cs | ||
| GalVertexAttrib.cs | ||
| GalVertexAttribSize.cs | ||
| GalVertexAttribType.cs | ||
| GalVertexBinding.cs | ||
| GalZetaFormat.cs | ||
| IGalConstBuffer.cs | ||
| IGalMemory.cs | ||
| IGalPipeline.cs | ||
| IGalRasterizer.cs | ||
| IGalRenderer.cs | ||
| IGalRenderTarget.cs | ||
| IGalShader.cs | ||
| IGalTexture.cs | ||
| ShaderDumper.cs | ||
| ShaderException.cs | ||