Skip to content

Surface constructors are inconsistent #57

Open
@mike-colls

Description

@mike-colls

I have been experimenting with this library and have a question about the following constructors.

image_surface image{io2d::format::argb32, 640, 480};
display_surface display_surface{ 640, 480, io2d::format::argb32 }

Is there a reason why the argument order for these two constructors are not the consistent?

Many thanks for work on this library and the standards proposal.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions