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