vkd3d  1.14
The vkd3d 3D Graphics Library
Data Fields
vkd3d_shader_dxbc_section_desc Struct Reference

A description of a DXBC section. More...

#include <vkd3d_shader.h>

Data Fields

uint32_t tag
 The section tag. More...
 
struct vkd3d_shader_code data
 The contents of the section. More...
 

Detailed Description

A description of a DXBC section.

Since
1.7

Field Documentation

◆ data

struct vkd3d_shader_code vkd3d_shader_dxbc_section_desc::data

The contents of the section.

◆ tag

uint32_t vkd3d_shader_dxbc_section_desc::tag

The section tag.


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