Search Unity

change Primitive Topology aka IASetPrimitiveTopology

Discussion in 'Shaders' started by AntonG-work, Mar 8, 2017.

  1. AntonG-work

    AntonG-work

    Joined:
    Feb 22, 2017
    Posts:
    1
    Hello, I would like to know if you can change the type of the topology on the input? So, as the function does
    IASetPrimitiveTopology().

    I need this for writing Bezier tessellation shaders. Or maybe there is some way to get around this problem?