llama-cpp-sys-4 0.2.45

Low Level Bindings to llama.cpp
Documentation
1
2
3
4
5
6
7
8
9
#pragma once

#include <stdint.h>

struct virgl_renderer_capset_apir {
    uint32_t apir_version;
    uint32_t supports_blob_resources;
    uint32_t reserved[4];  // For future expansion
};