mirror of
https://github.com/Takiiiiiiii/strato.git
synced 2025-07-17 08:46:39 +00:00
Reset megabuffer binding for disabled vertex buffers
This commit is contained in:
@ -34,6 +34,7 @@ namespace skyline::gpu::interconnect::maxwell3d {
|
||||
builder.SetVertexBuffer(index, *view);
|
||||
} else {
|
||||
// TODO: null descriptor
|
||||
megaBufferBinding = {};
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user