Opened 6 years ago
Closed 6 years ago
#8 closed 작업 (완료)
Metal 에서 VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER
Reported by: | Hongtae Kim | Owned by: | Hongtae Kim |
---|---|---|---|
Priority: | 중요 | Milestone: | pipelineReflection |
Component: | Graphics/Compute Pipeline | Version: | 2.0 |
Keywords: | Cc: |
Description
Metal 에서 중복된 인덱스의 Sampler / Texture 경우엔 VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER 으로 처리
Change History (4)
comment:1 Changed 6 years ago by
Component: | 일반 → Graphics/Compute Pipeline |
---|---|
Type: | 개선 → 작업 |
comment:2 Changed 6 years ago by
comment:4 Changed 6 years ago by
Resolution: | → 완료 |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Vulkan 의 Descriptor Binding 은 중복을 허용하지 않기 때문에, sampler, image 가 분리되어선 안된다. 딱 한번 바인딩으로 두개를 바인딩 해야함.