Skip to content

Commit

Permalink
dosc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Jun 4, 2024
1 parent 999ea4c commit 149620f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -713,4 +713,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 66976ac26c778d788a06e6c1bab624e6a1233cdd

COCOAPODS: 1.14.3
COCOAPODS: 1.11.3
1 change: 0 additions & 1 deletion package/src/types/Frame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export interface Frame {
* Get the underlying data of the Frame as a uint8 array buffer.
*
* The format of the buffer depends on the Frame's {@linkcode pixelFormat}.
* This function might fail if the {@linkcode pixelFormat} is `private`.
*
* Note that Frames are allocated on the GPU, so calling `toArrayBuffer()` will copy from the GPU to the CPU.
*
Expand Down

0 comments on commit 149620f

Please sign in to comment.