FOpenGLDynamicRHI::RHICreateUnorderedAccessView

FlushType: Wait RHI Thread.

Windows
MacOS
Linux

Override Hierarchy

FDynamicRHI::RHICreateUnorderedAccessView()

FOpenGLDynamicRHI::RHICreateUnorderedAccessView()

References

Module

OpenGLDrv

Header

/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLDrv.h

Include

#include "OpenGLDrv.h"

Source

/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLUAV.cpp

Syntax

virtual FUnorderedAccessViewRHIRef RHICreateUnorderedAccessView
(
    FRHIIndexBuffer * IndexBuffer,
    uint8 Format
)

Remarks

Creates an unordered access view of the given index buffer.

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