ReactOS 0.4.17-dev-923-g4c9a150
wined3d_depth_stencil_state Struct Reference

#include <wined3d_private.h>

Collaboration diagram for wined3d_depth_stencil_state:

Public Attributes

LONG refcount
 
struct wined3d_depth_stencil_state_desc desc
 
bool writes_ds
 
void * parent
 
const struct wined3d_parent_ops * parent_ops
 
struct wined3d_device * device
 
struct wine_rb_entry entry
 

Detailed Description

Definition at line 2889 of file wined3d_private.h.

Member Data Documentation

◆ desc

struct wined3d_depth_stencil_state_desc wined3d_depth_stencil_state::desc

Definition at line 2892 of file wined3d_private.h.

◆ device

struct wined3d_device* wined3d_depth_stencil_state::device

Definition at line 2899 of file wined3d_private.h.

Referenced by wined3d_depth_stencil_state_create().

◆ entry

struct wine_rb_entry wined3d_depth_stencil_state::entry

Definition at line 2900 of file wined3d_private.h.

Referenced by wined3d_device_apply_stateblock().

◆ parent

void* wined3d_depth_stencil_state::parent

Definition at line 2896 of file wined3d_private.h.

◆ parent_ops

const struct wined3d_parent_ops* wined3d_depth_stencil_state::parent_ops

Definition at line 2897 of file wined3d_private.h.

Referenced by wined3d_depth_stencil_state_create().

◆ refcount

LONG wined3d_depth_stencil_state::refcount

◆ writes_ds

bool wined3d_depth_stencil_state::writes_ds

Definition at line 2894 of file wined3d_private.h.


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