mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-14 04:12:08 -07:00
Support constant attributes (with a value of zero) (#1066)
* Support constant attributes (with a value of zero) * Remove extra line
This commit is contained in:
@@ -532,6 +532,7 @@ namespace Ryujinx.Graphics.Gpu.Engine
|
||||
vertexAttribs[index] = new VertexAttribDescriptor(
|
||||
vertexAttrib.UnpackBufferIndex(),
|
||||
vertexAttrib.UnpackOffset(),
|
||||
vertexAttrib.UnpackIsConstant(),
|
||||
format);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user