'Declaration Public Overloads Shared Function Create( _ ByVal device As Device, _ ByRef description As Texture1DDescription _ ) As Texture1D
public static Texture1D Create( Device device, ref Texture1DDescription description )
Parameters
- device
- The device with which to associate the texture.
- description
- The description of the texture.