다음을 통해 공유


MTLDrawIndexedPrimitivesIndirectArguments 구조체

정의

인덱싱된 기본 형식을 그리는 데 필요한 데이터 레이아웃을 나타냅니다.

public struct MTLDrawIndexedPrimitivesIndirectArguments
type MTLDrawIndexedPrimitivesIndirectArguments = struct
상속
MTLDrawIndexedPrimitivesIndirectArguments

필드

BaseInstance

첫 번째 기본 형식입니다.

BaseVertex

첫 번째 꼭짓점입니다.

IndexCount

각 인스턴스의 인덱스 버퍼에서 읽을 인덱스 수입니다.

IndexStart

첫 번째 인덱스입니다.

InstanceCount

인스턴스 수입니다.

적용 대상