Files
UnrealEngineUWP/Engine/Plugins/Runtime/ProceduralMeshComponent
christopher waters f25dbf800a FResourceArrayInterface changes
- FResourceArrayInterface is explicitly an interface for TResourceArray but it has also been coopted for general buffer uploads which doesn't actually need IsStatic/GetAllowCPUAccess/SetAllowCPUAccess.
- This change seperates the TResourceArray Static/CPUAccess interface from the general uploading interface which now lives in FResourceArrayUploadInterface.
- Changing the ResourceArray member of RHIResourceCreateInfo to be FResourceArrayUploadInterface.
- Adding FResourceArrayUploadArrayView as a utility for simple buffer uploads and replaces a number of ad-hoc implementations.

#rb Yuriy.ODonnell

[CL 34031544 by christopher waters in ue5-main branch]
2024-05-31 09:53:21 -04:00
..
2024-05-31 09:53:21 -04:00