VTK
9.4.2
|
This is the complete list of members for vtkWebGPUBufferInternals, including all inherited members.
CheckBufferSize(const wgpu::Device &device, unsigned long sizeBytes) | vtkWebGPUBufferInternals | static |
CreateBuffer(const wgpu::Device &device, unsigned long sizeBytes, wgpu::BufferUsage usage, bool mappedAtCreation=false, const char *label=nullptr) | vtkWebGPUBufferInternals | static |
Upload(const wgpu::Device &device, unsigned long offset, void *data, unsigned long sizeBytes, wgpu::BufferUsage usage, const char *label=nullptr) | vtkWebGPUBufferInternals | static |
UploadFromDataArray(wgpu::Device device, wgpu::Buffer wgpuBuffer, vtkDataArray *dataArray) | vtkWebGPUBufferInternals | static |
UploadFromDataArray(wgpu::Device device, wgpu::Buffer wgpuBuffer, vtkIdType byteOffset, vtkDataArray *dataArray) | vtkWebGPUBufferInternals | static |