[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Translation issue"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples/Code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Android의 Vulkan 확장 프로그램
Android 기기는 추가 기능을 제공하는 Vulkan 확장 프로그램을 전체 또는 부분적으로 지원할 수 있습니다.
특정 대상 기기에서 Vulkan 확장 프로그램을 사용할 수 있는지 확인하려면 Vulkan 사양의 설명에 따라 Vulkan 확장 프로그램 열거 함수(vkEnumerateInstanceExtensionProperties()
및 vkEnumerateDeviceExtensionProperties()
)를 사용하세요.
예시를 확인하려면 Vulkan 샘플 저장소의 이 코드 샘플을 참고하세요.
다음 표에는 Android가 지원하는 Vulkan 확장 프로그램의 목록, 확장 프로그램 지원을 위한 최소 OS 버전 및 확장 프로그램 유형이 요약되어 있습니다.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Translation issue"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples/Code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-01-05 UTC.