-
`vkDescriptorPool` can be mapped to an indirect argument buffer of Metal. However, D3D12 model is much different:
- `ID3D12DescriptorHeap` can only store CBV/SRV/UAV, or samplers, or RTV, or DSV. M…
kvark updated
5 years ago
-
-
@mgh128, I just got a link to your white paper from Phil:
https://gs1.github.io/EndToEndTraceability/GS1-WhitePaper-VerifiableCredentials-EPCIS-end-to-end-traceability.pdf
Some of the terms seem ve…
-
Hi @CraigRe ,
in sections 8.2.4.2 and 8.3.3.2, we specify that *IF* users apply GS1 Digital Link URIs in EPCIS, they SHALL be highly constrained, corresponding to each of the EPC schemes as defined …
-
### Is your feature request related to a problem?
In light of https://github.com/coq/coq/issues/18770, I think the default semantics of `repeat match goal` is asymptotically suboptimal, because it re…
-
Redirect middleware is a very good idea, but it's usage is quite narrow. It would be good to use more generic approach, with richer exception hierarchy, which would allow to handle other response type…
cezio updated
11 years ago
-
1. Renommer la section Community register par Registers (sans lien)
2. Ajouter une sous section pour Children register (ex: Community register) -> children list
3. Ajouter une sous section CHW regis…
-
With @JasonGross's help, I managed to minimize something similar to the follow-up problem I posted in https://github.com/coq/coq/issues/9268:
```
Require Import Lia.
Require Import Omega.
Set Pr…
-
```coq
Require Import SMTCoq.SMTCoq.
Import NArith BVList.BITVECTOR_LIST.
Local Open Scope bv_scope.
Definition zeros (n : N) := Eval cbv -[of_bits] in of_bits (List.repeat false (N.to_nat n)).
…
-
Bindless is quite messy in every api, so need to design nice top-level api with reasonable underlying implementation.
#### GLSL
GLSL is main language in Tempest, so dedicated section is must. GLSL…