Sign in
skia
/
external
/
github.com
/
linebender
/
vello
/
refs/heads/mmark
/
.
/
piet-gpu-types
/
src
/
bins.rs
blob: b9945f9ef945b930288df7df38fe8c0c7f92fc7c [
file
] [
log
] [
blame
] [
edit
]
use
piet_gpu_derive
::
piet_gpu
;
// The output of the binning stage, organized as a linked list of chunks.
piet_gpu
!
{
#[
gpu_write
]
mod
bins
{
struct
BinInstance
{
element_ix
:
u32
,
}
}
}