comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: Vulkan is here!
Date: Thu, 18 Feb 2016 23:21:53 +0000
Date: 2016-02-18T23:21:53+00:00	[thread overview]
Message-ID: <lysi0pmwoe.fsf@pushface.org> (raw)
In-Reply-To: t7oxy.1270324$_n7.649284@fx26.fr7

Per Sandberg <per.s.sandberg@bahnhof.se> writes:

> Well i'd put an hour on the "problem" to get a complete lowlevel
> binding and it is correct with all methods and and constants and is
> now in github ready to be extended with some highlevel stuff.
>
> https://github.com/persan/a-vulkan

You translate (~0U) as 0, but the ~ operator is bitwise-inversion, so ~0
is all-1s (in whatever length is appropriate).

Hope the size indicators are correct; you could generate for instance

   VK_WHOLE_SIZE : constant Unsigned_64 := not 0;


  reply	other threads:[~2016-02-18 23:21 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-17 15:37 Vulkan is here! olivier.henley
2016-02-17 20:31 ` Randy Brukardt
2016-02-17 22:37   ` Luke A. Guest
2016-02-17 23:26   ` olivier.henley
2016-02-17 22:37 ` Luke A. Guest
2016-02-17 23:56   ` olivier.henley
2016-02-18  0:20     ` Olivier Henley
2016-02-18  1:22     ` Luke A. Guest
2016-02-18 15:58       ` Olivier Henley
2016-02-18 18:32         ` Per Sandberg
2016-02-18 23:21           ` Simon Wright [this message]
2016-02-19  5:14             ` Per Sandberg
2016-02-19  6:53               ` Per Sandberg
2016-02-19  8:20               ` Simon Wright
2016-02-19  9:01                 ` Per Sandberg
2016-02-19 12:05                   ` Simon Wright
2016-02-19 13:14                     ` G.B.
2016-02-19  4:21     ` thick bindings, was " tmoran
2016-02-19 13:07       ` Olivier Henley
2016-02-19 15:38         ` Alejandro R. Mosteo
2016-02-19 16:54           ` Lucretia
2016-02-19 17:28             ` Per Sandberg
2016-02-19 17:41               ` Lucretia
2016-02-19 18:02                 ` Lucretia
2016-02-19 19:53                   ` Per Sandberg
2016-02-19 22:28         ` Randy Brukardt
2016-02-19 23:32           ` Olivier Henley
2016-02-20  0:26           ` Luke A. Guest
2016-02-20  6:28           ` tmoran
2016-02-22 23:56             ` Randy Brukardt
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox