ogl_beamforming

Ultrasound Beamforming Implemented with OpenGL
git clone anongit@rnpnr.xyz:ogl_beamforming.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

Commit: a38101cc5dea56e72d401e2fd7427605017d0805
Parent: d4872518540ec60bb448d1457e79ea42c4e8f724
Author: Randy Palamar
Date:   Thu, 18 Jun 2026 11:55:32 -0600

vulkan: make export handle pass through to internal allocate function

Diffstat:
Mvulkan.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/vulkan.c b/vulkan.c @@ -1963,6 +1963,7 @@ vk_buffer_allocate(GPUBuffer *b, GPUBufferAllocateInfo *info) .flags = info->flags, .index_type = VK_INDEX_TYPE_NONE_KHR, .label = info->label, + .export = info->export, }; u32 queue_index_hit_count[VulkanQueueKind_Count] = {0};