Class ModelVertexArrays
public sealed class ModelVertexArrays : IDisposable
- Inheritance
-
ModelVertexArrays
- Implements
- Inherited Members
Constructors
ModelVertexArrays(GLVertexArray?, IImmutableList<GLVertexArray?>)
public ModelVertexArrays(GLVertexArray? defaultVertexArray, IImmutableList<GLVertexArray?> drawGroupVertexArrays)
Parameters
defaultVertexArray
GLVertexArraydrawGroupVertexArrays
IImmutableList<GLVertexArray>
Properties
DefaultVertexArray
public GLVertexArray? DefaultVertexArray { get; }
Property Value
DrawGroupVertexArrays
public IImmutableList<GLVertexArray?> DrawGroupVertexArrays { get; }
Property Value
Methods
Create<T>(Model, T)
public static ModelVertexArrays Create<T>(Model model, T queries) where T : IEnumerable<VertexArrayQuery>
Parameters
model
Modelqueries
T
Returns
Type Parameters
T
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()