What can I help you with?
NVIDIA Holoscan SDK v3.1.0

Function holoscan::viz::Primitive

void holoscan::viz::Primitive(PrimitiveTopology topology, uint32_t primitive_count, size_t data_size, const float *data)

Draw a geometric primitive.

Parameters
  • topology – primitive topology

  • primitive_count – primitive count

  • data_size – size of the data array in floats

  • data – pointer to data, the format and size of the array depends on the primitive count and topology

Previous Function holoscan::viz::PointSize
Next Function holoscan::viz::PrimitiveCudaDevice
© Copyright 2022-2025, NVIDIA. Last updated on Apr 30, 2025.