ReactOS 0.4.15-dev-7961-gdcf9eb0
wined3d_sampler Struct Reference

#include <wined3d_private.h>

Collaboration diagram for wined3d_sampler:

Public Attributes

struct wine_rb_entry entry
 
LONG refcount
 
GLuint name
 
struct wined3d_devicedevice
 
voidparent
 
const struct wined3d_parent_opsparent_ops
 
struct wined3d_sampler_desc desc
 

Detailed Description

Definition at line 3403 of file wined3d_private.h.

Member Data Documentation

◆ desc

struct wined3d_sampler_desc wined3d_sampler::desc

Definition at line 3411 of file wined3d_private.h.

◆ device

struct wined3d_device* wined3d_sampler::device

Definition at line 3408 of file wined3d_private.h.

◆ entry

struct wine_rb_entry wined3d_sampler::entry

Definition at line 3405 of file wined3d_private.h.

◆ name

GLuint wined3d_sampler::name

Definition at line 3407 of file wined3d_private.h.

◆ parent

void* wined3d_sampler::parent

Definition at line 3409 of file wined3d_private.h.

◆ parent_ops

const struct wined3d_parent_ops* wined3d_sampler::parent_ops

Definition at line 3410 of file wined3d_private.h.

Referenced by wined3d_sampler_create().

◆ refcount

LONG wined3d_sampler::refcount

Definition at line 3406 of file wined3d_private.h.

Referenced by wined3d_device_decref().


The documentation for this struct was generated from the following file: