Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Slang Documentation
Slang Documentation
Back to top
View this page

OutputVertices<T, uint MAX_VERTS>._setVertex¶

Description¶

Signature¶

static void OutputVertices<T, uint MAX_VERTS>._setVertex(
    OutputVertices<T, MAX_VERTS> v,
    uint index,
    T val);

Parameters¶

v : OutputVertices<T, MAX_VERTS>¶

index : uint¶

val : T¶

On this page
  • OutputVertices<T, uint MAX_VERTS>._setVertex
    • Description
    • Signature
    • Parameters
      • v : OutputVertices<T, MAX_VERTS>
      • index : uint
      • val : T