Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.0.0git
llvm::dxbc::Header Struct Reference

#include "llvm/BinaryFormat/DXContainer.h"

Public Member Functions

void swapBytes ()

Public Attributes

uint8_t Magic [4]
Hash FileHash
ContainerVersion Version
uint32_t FileSize
uint32_t PartCount

Detailed Description

Definition at line 82 of file DXContainer.h.

Member Function Documentation

◆ swapBytes()

void llvm::dxbc::Header::swapBytes ( )
inline

Member Data Documentation

◆ FileHash

Hash llvm::dxbc::Header::FileHash

Definition at line 84 of file DXContainer.h.

◆ FileSize

uint32_t llvm::dxbc::Header::FileSize

Definition at line 86 of file DXContainer.h.

Referenced by swapBytes().

◆ Magic

uint8_t llvm::dxbc::Header::Magic[4]

Definition at line 83 of file DXContainer.h.

◆ PartCount

uint32_t llvm::dxbc::Header::PartCount

Definition at line 87 of file DXContainer.h.

Referenced by swapBytes().

◆ Version

ContainerVersion llvm::dxbc::Header::Version

Definition at line 85 of file DXContainer.h.

Referenced by swapBytes().


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