Alejandro Juan Pérez

Results 18 issues of Alejandro Juan Pérez

I was trying to use the "vulkan_zig_generated" library, but I think the documentation is wrong here. https://github.com/hexops/vulkan-zig-generated/blob/b97664ad438782f723020efb07c3e59e0b3c90c0/README.md?plain=1#L37 Apparently the function "addModule" is not a member of "exe": ``` error: no...

needs-triage
feedback

In my application I use "GrayscaleRenderOptions.FromDataset" to retrieve the options: ```cs var options = GrayscaleRenderOptions.FromDataset(dataset, frameI); ``` My application uses fo.dicom 5.1.2. I wanted to update to 5.1.3 and I...

evaluating
documentation

### Zig Version 0.11.0 ### Steps to Reproduce and Observed Behavior I was experimenting with making Android apps in Zig. Using ReleaseFast, I managed to get a 13Kb APK which...

bug

0x34 reverses a sequence of bits 0x35 counts the number of ones

I believe 0x27 is wrong. It says that: ``` rax = rax>>((cl>>1) + ((cl + 1)>>1)) ``` Which I think should be equivalent to: ``` rax = rax >> cl...

In the synchronization examples ->[ Upload data from the CPU to an image sampled in a fragment shader](https://docs.vulkan.org/guide/latest/synchronization_examples.html#_upload_data_from_the_cpu_to_an_image_sampled_in_a_fragment_shader). There are a few places were you can see this comment: ```cpp...

Hello, in [Evergine](https://evergine.com) we are using OpenAL for handling sound. I wanted to update our OpenAL version because in Android 16 it will be required that all native libraries have...

I have added Github Actions to compile the project in different platforms. Could this be useful to you?