tda45's picture
Upload folder using huggingface_hub (part 5)
c9c3262 verified
Raw
History Blame Contribute Delete
190 Bytes
#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
};