WithVertex
Defined in: packages/typegpu/src/core/root/rootTypes.ts:94
Type Parameters
Section titled “Type Parameters”• VertexOut extends VertexOutConstrained = VertexOutConstrained
Methods
Section titled “Methods”withFragment()
Section titled “withFragment()”withFragment<
FragmentIn,FragmentOut>(…args):WithFragment<FragmentOut>
Defined in: packages/typegpu/src/core/root/rootTypes.ts:97
Type Parameters
Section titled “Type Parameters”• FragmentIn extends FragmentInConstrained
• FragmentOut extends FragmentOutConstrained
Parameters
Section titled “Parameters”…ValidateFragmentIn<VertexOut, FragmentIn, FragmentOut>
Returns
Section titled “Returns”WithFragment<FragmentOut>