You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to render a list of vertices as points. So I have changed input_assembly_state.topology = VK_PRIMITIVE_TOPOLOGY_POINT_LIST To do so, I just made everything in the pipeline public. What would be the desired way to acomplish this?