Click or drag to resize
Ab4d.SharpEngine logo

TriangleMeshTCreateGpuBuffersAsync Method

Overload List
 NameDescription
Public methodCreateGpuBuffersAsync(VulkanDevice) Asynchronously creates the vertex and index buffers for this mesh in the background thread. To also calculate the BoundingBox and OctTree call an overload of this method that takes Scene instead of GpuDevice.
Public methodCreateGpuBuffersAsync(Boolean, Boolean) Asynchronously creates the vertex and index buffers for this mesh in the background thread. Also, the BoundingBox and OctTree can be generated on the background tree (when updateBoundingBox and updateOctTree are true and when vertices count is equal or bigger to VerticesCountToGenerateBoundingBoxAndOctTreeOnBackgroundThread).
Public methodCreateGpuBuffersAsync(Scene, Boolean, Boolean) Asynchronously creates the vertex and index buffers for this mesh in the background thread. Also, the BoundingBox and OctTree can be generated on the background tree (when updateBoundingBox and updateOctTree are true and when vertices count is equal or bigger to VerticesCountToGenerateBoundingBoxAndOctTreeOnBackgroundThread).
Top
See Also