1xcb_glx_are_textures_resident(3) XCB Requests xcb_glx_are_textures_resident(3)
2
3
4
6 xcb_glx_are_textures_resident -
7
9 #include <xcb/glx.h>
10
11 Request function
12 xcb_glx_are_textures_resident_cookie_t
13 xcb_glx_are_textures_resident(xcb_connection_t *conn,
14 xcb_glx_context_tag_t context_tag, int32_t n, const
15 uint32_t *textures);
16
17 Reply datastructure
18 typedef struct xcb_glx_are_textures_resident_reply_t {
19 uint8_t response_type;
20 uint8_t pad0;
21 uint16_t sequence;
22 uint32_t length;
23 xcb_glx_bool32_t ret_val;
24 uint8_t pad1[20];
25 } xcb_glx_are_textures_resident_reply_t;
26
27 Reply function
28 xcb_glx_are_textures_resident_reply_t
29 *xcb_glx_are_textures_resident_reply(xcb_connection_t *conn,
30 xcb_glx_are_textures_resident_cookie_t cookie,
31 xcb_generic_error_t **e);
32
33 Reply accessors
34 uint8_t *xcb_glx_are_textures_resident_data(const
35 xcb_glx_are_textures_resident_request_t *reply);
36
37 int xcb_glx_are_textures_resident_data_length(const
38 xcb_glx_are_textures_resident_reply_t *reply);
39
40 xcb_generic_iterator_t xcb_glx_are_textures_resident_data_end(const
41 xcb_glx_are_textures_resident_reply_t *reply);
42
44 conn The XCB connection to X11.
45
46 context_tag
47 TODO: NOT YET DOCUMENTED.
48
49 n TODO: NOT YET DOCUMENTED.
50
51 textures TODO: NOT YET DOCUMENTED.
52
54 response_type
55 The type of this reply, in this case XCB_GLX_ARE_TEX‐
56 TURES_RESIDENT. This field is also present in the xcb_gener‐
57 ic_reply_t and can be used to tell replies apart from each
58 other.
59
60 sequence The sequence number of the last request processed by the X11
61 server.
62
63 length The length of the reply, in words (a word is 4 bytes).
64
65 ret_val TODO: NOT YET DOCUMENTED.
66
69 Returns an xcb_glx_are_textures_resident_cookie_t. Errors have to be
70 handled when calling the reply function xcb_glx_are_textures_resi‐
71 dent_reply.
72
73 If you want to handle errors in the event loop instead, use
74 xcb_glx_are_textures_resident_unchecked. See xcb-requests(3) for de‐
75 tails.
76
78 This request does never generate any errors.
79
82 Generated from glx.xml. Contact xcb@lists.freedesktop.org for correc‐
83 tions and improvements.
84
85
86
87X Version 11 libxcb 1.13 xcb_glx_are_textures_resident(3)