Interface BindGroupEntry

Hierarchy

  • BindGroupEntry

Properties

binding?: number

Uniform binding location. Defaults to the position of the entry.

buffer?: null | Buffer

The buffer to bind

bufferOffset?: number

The starting offset of the buffer. Defaults to 0

bufferSize?: number

The byte size of data to read from the buffer. Defaults to the range starting at offset and ending at the end of the buffer.

sampler?: null | Sampler

The texture sampler to bind

texture?: null | Texture

The texture to bind

Generated using TypeDoc