wgpun_TextureCreateView function

  1. @Native<Uint64 Function(Uint64, Pointer<WGPUTextureViewDescriptor>)>(ffi.Uint64, ffi.Pointer<WGPUTextureViewDescriptor>)>()
int wgpun_TextureCreateView(
  1. int texture,
  2. Pointer<WGPUTextureViewDescriptor> descriptor
)

Implementation

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