createView method
The createView()
method of the
GPUTexture interface creates a GPUTextureView representing a specific
view of the GPUTexture
.
Implementation
external GPUTextureView createView([GPUTextureViewDescriptor descriptor]);
The createView()
method of the
GPUTexture interface creates a GPUTextureView representing a specific
view of the GPUTexture
.
external GPUTextureView createView([GPUTextureViewDescriptor descriptor]);