ReactOS 0.4.17-dev-934-g091855f
vkd3d_blob Struct Reference
Collaboration diagram for vkd3d_blob:

Public Attributes

ID3D10Blob ID3DBlob_iface
 
unsigned int refcount
 
void * buffer
 
SIZE_T size
 

Detailed Description

Definition at line 29 of file blob.c.

Member Data Documentation

◆ buffer

void* vkd3d_blob::buffer

Definition at line 34 of file blob.c.

◆ ID3DBlob_iface

ID3D10Blob vkd3d_blob::ID3DBlob_iface

Definition at line 31 of file blob.c.

Referenced by impl_from_ID3DBlob().

◆ refcount

unsigned int vkd3d_blob::refcount

Definition at line 32 of file blob.c.

Referenced by vkd3d_blob_AddRef(), and vkd3d_blob_Release().

◆ size

SIZE_T vkd3d_blob::size

Definition at line 35 of file blob.c.


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