C# Class Reign.Video.Abstraction.VertexBufferAPI

Afficher le fichier Open project: reignstudios/ReignSDK Class Usage Examples

Méthodes publiques

Méthode Description
New ( IDisposableResource parent, IBufferLayoutDesc bufferLayoutDesc, BufferUsages usage, VertexBufferTopologys topology, float vertices ) : IVertexBuffer
New ( IDisposableResource parent, IBufferLayoutDesc bufferLayoutDesc, BufferUsages usage, VertexBufferTopologys topology, float vertices, int indices ) : IVertexBuffer
New ( VideoTypes videoType, IDisposableResource parent, IBufferLayoutDesc bufferLayoutDesc, BufferUsages usage, VertexBufferTopologys topology, float vertices, int indices ) : IVertexBuffer

Method Details

New() public static méthode

public static New ( IDisposableResource parent, IBufferLayoutDesc bufferLayoutDesc, BufferUsages usage, VertexBufferTopologys topology, float vertices ) : IVertexBuffer
parent IDisposableResource
bufferLayoutDesc IBufferLayoutDesc
usage BufferUsages
topology VertexBufferTopologys
vertices float
Résultat IVertexBuffer

New() public static méthode

public static New ( IDisposableResource parent, IBufferLayoutDesc bufferLayoutDesc, BufferUsages usage, VertexBufferTopologys topology, float vertices, int indices ) : IVertexBuffer
parent IDisposableResource
bufferLayoutDesc IBufferLayoutDesc
usage BufferUsages
topology VertexBufferTopologys
vertices float
indices int
Résultat IVertexBuffer

New() public static méthode

public static New ( VideoTypes videoType, IDisposableResource parent, IBufferLayoutDesc bufferLayoutDesc, BufferUsages usage, VertexBufferTopologys topology, float vertices, int indices ) : IVertexBuffer
videoType VideoTypes
parent IDisposableResource
bufferLayoutDesc IBufferLayoutDesc
usage BufferUsages
topology VertexBufferTopologys
vertices float
indices int
Résultat IVertexBuffer