ReactOS 0.4.17-dev-934-g091855f
vkd3d_shader_dxbc_desc Struct Reference

#include <vkd3d_shader.h>

Collaboration diagram for vkd3d_shader_dxbc_desc:

Public Attributes

uint32_t tag
 
uint32_t checksum [4]
 
unsigned int version
 
size_t size
 
size_t section_count
 
struct vkd3d_shader_dxbc_section_desc * sections
 

Detailed Description

A description of a DXBC blob, as returned by vkd3d_shader_parse_dxbc().

Since
1.7

Definition at line 2219 of file vkd3d_shader.h.

Member Data Documentation

◆ checksum

uint32_t vkd3d_shader_dxbc_desc::checksum[4]

A checksum of the DXBC contents.

Definition at line 2227 of file vkd3d_shader.h.

◆ section_count

size_t vkd3d_shader_dxbc_desc::section_count

◆ sections

◆ size

size_t vkd3d_shader_dxbc_desc::size

The total size of the DXBC blob.

Definition at line 2234 of file vkd3d_shader.h.

◆ tag

uint32_t vkd3d_shader_dxbc_desc::tag

The DXBC tag. This will always be "DXBC" in structures returned by this version of vkd3d-shader.

Definition at line 2225 of file vkd3d_shader.h.

◆ version

unsigned int vkd3d_shader_dxbc_desc::version

The DXBC version. This will always be 1 in structures returned by this version of vkd3d-shader.

Definition at line 2232 of file vkd3d_shader.h.


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