ReactOS 0.4.15-dev-7942-gd23573b
d3d9_vertexbuffer Struct Reference

#include <d3d9_private.h>

Collaboration diagram for d3d9_vertexbuffer:

Public Attributes

IDirect3DVertexBuffer9 IDirect3DVertexBuffer9_iface
 
struct d3d9_resource resource
 
struct wined3d_bufferwined3d_buffer
 
IDirect3DDevice9Ex * parent_device
 
DWORD fvf
 

Detailed Description

Definition at line 178 of file d3d9_private.h.

Member Data Documentation

◆ fvf

DWORD d3d9_vertexbuffer::fvf

Definition at line 184 of file d3d9_private.h.

Referenced by d3d9_device_CreateVertexBuffer(), and d3d9_device_ProcessVertices().

◆ IDirect3DVertexBuffer9_iface

IDirect3DVertexBuffer9 d3d9_vertexbuffer::IDirect3DVertexBuffer9_iface

◆ parent_device

IDirect3DDevice9Ex* d3d9_vertexbuffer::parent_device

Definition at line 183 of file d3d9_private.h.

◆ resource

struct d3d9_resource d3d9_vertexbuffer::resource

Definition at line 181 of file d3d9_private.h.

◆ wined3d_buffer

struct wined3d_buffer* d3d9_vertexbuffer::wined3d_buffer

Definition at line 182 of file d3d9_private.h.

Referenced by d3d9_device_ProcessVertices(), and d3d9_device_SetStreamSource().


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