wgpun_DeviceCreateSampler function

  1. @Native<Uint64 Function(Uint64, Pointer<WGPUSamplerDescriptor>)>(ffi.Uint64, ffi.Pointer<WGPUSamplerDescriptor>)>()
int wgpun_DeviceCreateSampler(
  1. int device,
  2. Pointer<WGPUSamplerDescriptor> descriptor
)

Implementation

@ffi.Native<
  ffi.Uint64 Function(ffi.Uint64, ffi.Pointer<WGPUSamplerDescriptor>)
>()
external int wgpun_DeviceCreateSampler(
  int device,
  ffi.Pointer<WGPUSamplerDescriptor> descriptor,
);