UNPKG

@openhps/core

Version:

Open Hybrid Positioning System - Core component

21 lines (16 loc) 570 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OneMinusBlendColorFactor = exports.GPU_CHUNK_BYTES = exports.BlendColorFactor = exports.AttributeType = void 0; const AttributeType = exports.AttributeType = { VERTEX: 1, INDEX: 2, STORAGE: 3, INDIRECT: 4 }; // size of a chunk in bytes (STD140 layout) const GPU_CHUNK_BYTES = exports.GPU_CHUNK_BYTES = 16; // @TODO: Move to src/constants.js const BlendColorFactor = exports.BlendColorFactor = 211; const OneMinusBlendColorFactor = exports.OneMinusBlendColorFactor = 212;