MCPcopy Create free account
hub / github.com/BinomialLLC/basis_universal / rows

Method rows

transcoder/basisu_transcoder_internal.h:1582–1582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1580 bool init(uint32_t rows, uint32_t cols);
1581
1582 uint32_t rows() const { return m_rows; }
1583 uint32_t cols() const { return m_cols; }
1584
1585 void forward(const float* pSrc, float* pDst, fvec& work) const;

Callers 1

analytic_triageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected