wgpu-d ~master (2020-11-03T15:37:27Z)
Dub
Repo
Device.createTexture
wgpu
api
Device
Creates a new
Texture
.
struct
Device
Texture
createTexture
(
const
TextureDescriptor
descriptor
)
Parameters
descriptor
TextureDescriptor
Specifies the general format of the texture.
Meta
Source
See Implementation
wgpu
api
Device
functions
createBindGroup
createBindGroupLayout
createBuffer
createCommandEncoder
createComputePipeline
createPipelineLayout
createRenderPipeline
createSampler
createShaderModule
createSwapChain
createTexture
destroy
limits
poll
queue
ready
variables
id
label
Creates a new Texture.