assign-marker-varying.glsl.ts 184 B

12345
  1. export const assign_marker_varying = `
  2. #if defined(dMarkerType_groupInstance)
  3. vMarker = readFromTexture(tMarker, aInstance * float(uGroupCount) + group, uMarkerTexDim).a;
  4. #endif
  5. `;