MCPcopy Create free account
hub / github.com/microsoft/SandDance / resolveDoublePrecisionShaderAttributes

Function resolveDoublePrecisionShaderAttributes

docs/app/js/sanddance-app.js:85821–85829  ·  view source on GitHub ↗
(baseAccessor, shaderAttributeOptions)

Source from the content-addressed store, hash-verified

85819 });
85820}
85821function resolveDoublePrecisionShaderAttributes(baseAccessor, shaderAttributeOptions) {
85822 var resolvedOptions = resolveShaderAttribute(baseAccessor, shaderAttributeOptions);
85823 return {
85824 high: resolvedOptions,
85825 low: _objectSpread(_objectSpread({}, resolvedOptions), {}, {
85826 offset: resolvedOptions.offset + baseAccessor.size * 4
85827 })
85828 };
85829}
85830var DataColumn = function() {
85831 function DataColumn1(gl, opts) {
85832 (0, _classCallCheckDefault.default)(this, DataColumn1);

Callers 1

sanddance-app.jsFile · 0.70

Calls 2

resolveShaderAttributeFunction · 0.70
_objectSpreadFunction · 0.70

Tested by

no test coverage detected