ShaderBytecodeHash

[FD3D12ShaderBytecode](API\Runtime\D3D12RHI\FD3D12ShaderBytecode) Encapsulates D3D12 shader bytecode and creates a hash for the shader bytecode

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
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss