09a3d3ab17
Copilot Setup Steps / copilot-setup-steps (push) Failing after 2s
Python check requirements.txt / check-requirements (push) Has been cancelled
Python Type-Check / python type-check (push) Has been cancelled
Update Operations Documentation / update-ops-docs (push) Has been cancelled
Check Pre-Tokenizer Hashes / pre-tokenizer-hashes (push) Has been cancelled
10 lines
190 B
C
10 lines
190 B
C
#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
|
|
};
|