3b
3b
possibly not using things correctly yet, but with following code: ```lisp ;;; define enough of an env to build ast/hir (defclass env (sicl-simple-environment:simple-environment) ()) (defmethod cleavir-compilation-policy:compute-policy-quality (name optimize (env env))...
Do you think the following would be reasonable additions to float-features? `*-float-fields` which would return something like `(values sign exponent mantissa)` and `fields-*-float` for the inverse (not sure if exponent...
Various functions (`glVertexAttribPointer`, etc) have arguments that accept `void *` or similar but also accept (or in core, only accept) an offset into a bound buffer. It would be nice...
Not done yet, but could use more eyes (and runs through other binding generators) to see if there are any obvious mistakes so far. Adding in anything missing that has...
Example 3 in [12.26. XR_EXT_debug_utils](https://registry.khronos.org/OpenXR/specs/1.0/html/xrspec.html#XR_EXT_debug_utils) describes the data passed to the callback at two different points as > * [0] = `individual_label` with `labelName` = "WaitFrame" > * [1] =...
from [XR_FB_rendermodel](https://registry.khronos.org/OpenXR/specs/1.0/html/xrspec.html#XR_FB_render_model) in spec, ```xml ``` `structExtends` looks wrong, should probably be `XrRenderModelPropertiesFB` per docs: > [XrRenderModelCapabilitiesRequestFB](https://registry.khronos.org/OpenXR/specs/1.0/html/xrspec.html#XrRenderModelCapabilitiesRequestFB) must be set in the structure chain of the next pointer on the...
didn't go back and fix coding conventions yet, and not documented (aside from tests), but seems useful so far? Not completely sure about which accessors it should generate though, currently...
Not sure exactly what I'm looking for here, so more just a place to dump use cases as they come up than a specific feature request. (feel free to close...
lots of formats encode sizes of things into the file, so would be nice to be able to specify size of a structure in terms of `SLOT` within the `define-io-structure`...