MCPcopy Create free account
hub / github.com/baldurk/renderdoc / struct1

Class struct1

renderdoc/serialise/serialiser_tests.cpp:1197–1202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1195}
1196
1197struct struct1
1198{
1199 struct1() : x(0.0f), y(0.0f), width(0.0f), height(0.0f) {}
1200 struct1(float X, float Y, float W, float H) : x(X), y(Y), width(W), height(H) {}
1201 float x, y, width, height;
1202};
1203
1204DECLARE_REFLECTION_STRUCT(struct1);
1205

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected