Home
last modified time | relevance | path

Searched refs:posElementSize (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp1374 const auto posElementSize = posFormat.componentCount * posFormat.componentByteSize; in CalculateAABB() local
1375 if (posElementSize > positions.stride) { in CalculateAABB()
1730 if (const auto posElementSize = posFormat.componentCount * posFormat.componentByteSize; in GatherDeltasP()
1731 posElementSize > targetPositions.stride) { in GatherDeltasP()
1809 if (const auto posElementSize = posFormat.componentCount * posFormat.componentByteSize; in GatherDeltasPN()
1810 posElementSize > targetPositions.stride) { in GatherDeltasPN()
1925 if (const auto posElementSize = posFormat.componentCount * posFormat.componentByteSize; in GatherDeltasPNT()
1926 posElementSize > targetPositions.stride) { in GatherDeltasPNT()

Completed in 4 milliseconds