Navigation
Unreal Engine C++ API Reference > Runtime > RHI > FDynamicRHI
Type | Name | Description | |
---|---|---|---|
FTextureRHIRef | RHIAsyncCreateTexture2D
(
uint32 SizeX, |
RHIAsyncCreateTexture2D now requires a completion callback. Using the old version in a critical section can lead to deadlock. Please switch to the new function signature. | |
FTextureRHIRef | RHIAsyncCreateTexture2D
(
uint32 SizeX, |
FlushType: Thread safe. |