ReactOS 0.4.17-dev-934-g091855f
vkd3d_shader_dxbc_section_desc Struct Reference

#include <vkd3d_shader.h>

Collaboration diagram for vkd3d_shader_dxbc_section_desc:

Public Attributes

uint32_t tag
 
struct vkd3d_shader_code data
 

Detailed Description

A description of a DXBC section.

Since
1.7

Definition at line 2206 of file vkd3d_shader.h.

Member Data Documentation

◆ data

struct vkd3d_shader_code vkd3d_shader_dxbc_section_desc::data

The contents of the section.

Definition at line 2211 of file vkd3d_shader.h.

◆ tag

uint32_t vkd3d_shader_dxbc_section_desc::tag

The section tag.

Definition at line 2209 of file vkd3d_shader.h.

Referenced by d3dcompiler_get_blob_part(), d3dcompiler_strip_shader(), dxbc_writer_add_section(), and parse_dxbc().


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