ShaderBytecodeHash

FD3D12ShaderBytecode Encapsulates D3D12 shader bytecode and creates a hash for the shader bytecode

Choose your operating system:

Windows

macOS

Linux

References

Module

D3D12RHI

Header

/Engine/Source/Runtime/D3D12RHI/Public/D3D12Util.h

Include

#include "D3D12Util.h"

Syntax

struct ShaderBytecodeHash

Remarks

FD3D12ShaderBytecode Encapsulates D3D12 shader bytecode and creates a hash for the shader bytecode

Variables

Name Description

Public variable

uint64[2]

 

Hash

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const ShaderBytecodeHash& b
)

Public function Const

bool

 

operator==

(
    const ShaderBytecodeHash& b
)