Skip to content
Snippets Groups Projects
Commit de3e819b authored by Alexander Rose's avatar Alexander Rose
Browse files

fix uMarker not being updated

parent bbf96567
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@ export type SizeSchema = typeof SizeSchema
export type SizeValues = Values<SizeSchema>
export const MarkerSchema = {
uMarker: UniformSpec('f', 'material'),
uMarker: UniformSpec('f'),
uMarkerTexDim: UniformSpec('v2'),
tMarker: TextureSpec('image-uint8', 'alpha', 'ubyte', 'nearest'),
dMarkerType: DefineSpec('string', ['uniform', 'groupInstance']),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment