janovrom

Results 1 issues of janovrom

Imagine this code: ```C# public class BufferView { [ZeroFormatter.IgnoreFormat] public int Width { get => TriangleCount; set => TriangleCount = value; } [ZeroFormatter.IgnoreFormat] public int Height { get => VertexCount;...