LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::DXContainerYAML::ShaderHash Struct Reference

#include "llvm/ObjectYAML/DXContainerYAML.h"

Public Member Functions

 ShaderHash ()=default
 
 ShaderHash (const dxbc::ShaderHash &Data)
 

Public Attributes

bool IncludesSource
 
std::vector< llvm::yaml::Hex8 > Digest
 

Detailed Description

Definition at line 67 of file DXContainerYAML.h.

Constructor & Destructor Documentation

◆ ShaderHash() [1/2]

llvm::DXContainerYAML::ShaderHash::ShaderHash ( )
default

◆ ShaderHash() [2/2]

llvm::DXContainerYAML::ShaderHash::ShaderHash ( const dxbc::ShaderHash Data)

Definition at line 41 of file DXContainerYAML.cpp.

References llvm::Data, and Digest.

Member Data Documentation

◆ Digest

std::vector<llvm::yaml::Hex8> llvm::DXContainerYAML::ShaderHash::Digest

◆ IncludesSource

bool llvm::DXContainerYAML::ShaderHash::IncludesSource

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