Skip to content

Commit

Permalink
Get build working
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpalmer committed Oct 11, 2024
1 parent a2bc523 commit 53821b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ function getTransform(device: Device, attribute: Attribute): BufferTransform {
]
}
],
// @ts-expect-error
modules: [fp64arithmetic, interpolationUniforms],
defines: {
ATTRIBUTE_TYPE: attributeType,
Expand All @@ -205,7 +206,6 @@ function getTransform(device: Device, attribute: Attribute): BufferTransform {
// Default uniforms are not set without this
moduleSettings: {},
varyings: ['vCurrent', 'vCurrent64Low'],
// @ts-expect-error WebGLRenderPipeline only prop TODO - support in RenderPipeline?
bufferMode: GL.INTERLEAVED_ATTRIBS,
disableWarnings: true
});
Expand Down

0 comments on commit 53821b7

Please sign in to comment.