Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHICommandListImmediate
| Type | Name | Description | |
|---|---|---|---|
| void | ReadSurfaceData
(
FRHITexture* Texture, |
ReadSurfaceFloatData reads texture data into FColor pixels in other formats are converted to FColor | |
| void | ReadSurfaceData
(
FRHITexture* Texture, |
ReadSurfaceFloatData reads texture data into FLinearColor pixels in other formats are converted to FLinearColor reading from float surfaces remaps the values into an interpolation of their {min,max} ; use RCM_MinMax to prevent that |