ReactOS 0.4.15-dev-7842-g558ab78
bytecode_buffer Struct Reference

#include <d3dcompiler_private.h>

Public Attributes

DWORDdata
 
DWORD size
 
DWORD alloc_size
 
HRESULT state
 

Detailed Description

Definition at line 300 of file d3dcompiler_private.h.

Member Data Documentation

◆ alloc_size

DWORD bytecode_buffer::alloc_size

Definition at line 303 of file d3dcompiler_private.h.

◆ data

DWORD* bytecode_buffer::data

Definition at line 301 of file d3dcompiler_private.h.

◆ size

DWORD bytecode_buffer::size

Definition at line 302 of file d3dcompiler_private.h.

◆ state

HRESULT bytecode_buffer::state

Definition at line 307 of file d3dcompiler_private.h.


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