pb_user_buffer Struct Reference

User buffers are special buffers that initially reference memory held by the user but which may if necessary copy that memory into device memory behind the scenes, for submission to hardware. More...

Collaboration diagram for pb_user_buffer:

Collaboration graph
[legend]

Data Fields

struct pb_buffer base
void * data

Detailed Description

User buffers are special buffers that initially reference memory held by the user but which may if necessary copy that memory into device memory behind the scenes, for submission to hardware.

These are particularly useful when the referenced data is never submitted to hardware at all, in the particular case of software vertex processing.

Definition at line 52 of file pb_winsys.c.


Field Documentation

struct pb_buffer pb_user_buffer::base [read]

Definition at line 54 of file pb_winsys.c.

void* pb_user_buffer::data

Definition at line 55 of file pb_winsys.c.


The documentation for this struct was generated from the following file:
Generated on Tue Sep 29 06:26:03 2009 for Gallium3D by  doxygen 1.5.4