ReactOS 0.4.15-dev-7788-g1ad9096
wined3d_unordered_access_view Struct Reference

#include <wined3d_private.h>

Collaboration diagram for wined3d_unordered_access_view:

Public Attributes

LONG refcount
 
struct wined3d_resourceresource
 
voidparent
 
const struct wined3d_parent_opsparent_ops
 
struct wined3d_gl_view gl_view
 
const struct wined3d_formatformat
 
GLuint counter_bo
 
struct wined3d_view_desc desc
 

Detailed Description

Definition at line 3815 of file wined3d_private.h.

Member Data Documentation

◆ counter_bo

GLuint wined3d_unordered_access_view::counter_bo

Definition at line 3825 of file wined3d_private.h.

◆ desc

struct wined3d_view_desc wined3d_unordered_access_view::desc

Definition at line 3827 of file wined3d_private.h.

◆ format

const struct wined3d_format* wined3d_unordered_access_view::format

Definition at line 3824 of file wined3d_private.h.

◆ gl_view

struct wined3d_gl_view wined3d_unordered_access_view::gl_view

Definition at line 3823 of file wined3d_private.h.

◆ parent

void* wined3d_unordered_access_view::parent

Definition at line 3820 of file wined3d_private.h.

◆ parent_ops

const struct wined3d_parent_ops* wined3d_unordered_access_view::parent_ops

Definition at line 3821 of file wined3d_private.h.

Referenced by wined3d_unordered_access_view_create().

◆ refcount

LONG wined3d_unordered_access_view::refcount

Definition at line 3817 of file wined3d_private.h.

◆ resource

struct wined3d_resource* wined3d_unordered_access_view::resource

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