Data Fields | |
struct pipe_buffer | base |
struct pb_vtbl * | vtbl |
Pointer to the virtual function table. |
Definition at line 75 of file pb_buffer.h.
struct pipe_buffer pb_buffer::base [read] |
Definition at line 77 of file pb_buffer.h.
struct pb_vtbl* pb_buffer::vtbl [read] |
Pointer to the virtual function table.
Avoid accessing this table directly. Use the inline functions below instead to avoid mistakes.
Definition at line 85 of file pb_buffer.h.