VTK
9.4.2
|
This is the complete list of members for vtkWebGPUTextureInternals, including all inherited members.
CreateATexture(const wgpu::Device &device, wgpu::Extent3D extents, wgpu::TextureDimension dimension, wgpu::TextureFormat format, wgpu::TextureUsage usage, int mipLevelCount=1, std::string label="") | vtkWebGPUTextureInternals | static |
CreateATextureView(const wgpu::Device &device, wgpu::Texture texture, wgpu::TextureViewDimension dimension, wgpu::TextureAspect aspect, wgpu::TextureFormat format, int baseMipLevel, int mipLevelCount, std::string label) | vtkWebGPUTextureInternals | static |
GetDataLayout(wgpu::Texture texture, uint32_t bytesPerRow) | vtkWebGPUTextureInternals | static |
GetImageCopyTexture(wgpu::Texture texture) | vtkWebGPUTextureInternals | static |
Upload(const wgpu::Device &device, wgpu::Texture texture, uint32_t bytesPerRow, uint32_t byteSize, const void *data) | vtkWebGPUTextureInternals | static |
UploadFromDataArray(const wgpu::Device &device, wgpu::Texture texture, uint32_t bytesPerRow, vtkDataArray *dataArray) | vtkWebGPUTextureInternals | static |