MTLDrawIndexedPrimitivesIndirectArguments Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente la disposition de données nécessaire pour dessiner des primitives indexées.
public struct MTLDrawIndexedPrimitivesIndirectArguments
type MTLDrawIndexedPrimitivesIndirectArguments = struct
- Héritage
-
MTLDrawIndexedPrimitivesIndirectArguments
Champs
BaseInstance |
Première primitive. |
BaseVertex |
Premier sommet. |
IndexCount |
Nombre d’index à lire à partir de la mémoire tampon d’index pour chaque instance. |
IndexStart |
Premier index. |
InstanceCount |
Nombre d’instances. |