Skip to content

PingPongFBOPass<U>

ts
type PingPongFBOPass<U> = RenderPass<U> & {
  texture: DataTextureParams | WebGLTexture;
  coords: Attribute;
};

Type Declaration

NameTypeDescription
texture| DataTextureParams | WebGLTextureThe current output texture after the most recent render.
coordsAttributePre-calculated UV coordinates for sampling the simulation texture.

Type Parameters

U

U extends UniformSources<UniformContext> = Record<string, never>

Released under the MIT License.