wgpun_TextureCreateView function
- @Native<Uint64 Function(Uint64, Pointer<
WGPUTextureViewDescriptor> )>(ffi.Uint64, ffi.Pointer<WGPUTextureViewDescriptor>)>()
- int texture,
- Pointer<
WGPUTextureViewDescriptor> descriptor
Implementation
@ffi.Native<
ffi.Uint64 Function(ffi.Uint64, ffi.Pointer<WGPUTextureViewDescriptor>)
>()
external int wgpun_TextureCreateView(
int texture,
ffi.Pointer<WGPUTextureViewDescriptor> descriptor,
);