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