wgpun_QueueGetTimestampPeriod function

  1. @Native<Float Function(Uint64)>(ffi.Uint64)>()
double wgpun_QueueGetTimestampPeriod(
  1. int queue
)

Implementation

@ffi.Native<ffi.Float Function(ffi.Uint64)>()
external double wgpun_QueueGetTimestampPeriod(
  int queue,
);