FGPUSortBuffers

The input buffers required for sorting on the GPU.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/GPUSort.h

Include

#include "GPUSort.h"

Syntax

struct FGPUSortBuffers

Remarks

The input buffers required for sorting on the GPU.

Variables

Name Description

Public variable

FRHIUnorderedAc...

 

FinalValuesUAV

Unordered access view holding the final state of the value.

Public variable

FRHIShaderResou...

 

FirstValuesSRV

Shader resource view holding the initial state of the values.

Public variable

FRHIShaderResou...

 

RemoteKeySRVs

Shader resource views for vertex buffers containing the keys.

Public variable

FRHIUnorderedAc...

 

RemoteKeyUAVs

Unordered access views for vertex buffers containing the keys.

Public variable

FRHIShaderResou...

 

RemoteValueSRVs

Shader resource views for vertex buffers containing the values.

Public variable

FRHIUnorderedAc...

 

RemoteValueUAVs

Unordered access views for vertex buffers containing the values.

Constructors

Name Description

Public function

FGPUSortBuffers()

Default constructor.

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