mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-17 21:17:09 +00:00
Format the generic vertex attribute values correctly according to type
This commit is contained in:
@@ -470,7 +470,7 @@ void Serialiser::Serialise(const char *name, GLPipelineState::VertexInput::Verte
|
||||
{
|
||||
Serialise("", el.Enabled);
|
||||
Serialise("", el.Format);
|
||||
Serialise<4>("", &el.GenericValue.x);
|
||||
Serialise<4>("", el.GenericValue.f);
|
||||
Serialise("", el.BufferSlot);
|
||||
Serialise("", el.RelativeOffset);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user