|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wined3d_private.h>

Public Attributes | |
| struct wine_rb_entry | entry |
| LONG | refcount |
| GLuint | name |
| struct wined3d_device * | device |
| void * | parent |
| const struct wined3d_parent_ops * | parent_ops |
| struct wined3d_sampler_desc | desc |
Definition at line 3403 of file wined3d_private.h.
| struct wined3d_sampler_desc wined3d_sampler::desc |
Definition at line 3411 of file wined3d_private.h.
| struct wined3d_device* wined3d_sampler::device |
Definition at line 3408 of file wined3d_private.h.
| struct wine_rb_entry wined3d_sampler::entry |
Definition at line 3405 of file wined3d_private.h.
| GLuint wined3d_sampler::name |
Definition at line 3407 of file wined3d_private.h.
| void* wined3d_sampler::parent |
Definition at line 3409 of file wined3d_private.h.
| const struct wined3d_parent_ops* wined3d_sampler::parent_ops |
Definition at line 3410 of file wined3d_private.h.
Referenced by wined3d_sampler_create().
| LONG wined3d_sampler::refcount |
Definition at line 3406 of file wined3d_private.h.
Referenced by wined3d_device_decref().