Navigation
API > API/Runtime > API/Runtime/RHI > API/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. |