Posts

Post marked as solved
3 Replies
Great! Is there sample code for such a kernel? Also, would it possible to access the culled geometry inside the shader? VertexInput in [[ stage_in ]] has all the geometry // something like // if(!culled) { // access the non- culled geometry here //}