IDescriptorSet

All Implemented Interfaces: java.io.Closeable

public interface IDescriptorSet extends Closeable

디스크립터 세트는 버퍼, 텍스처와 같이 렌더 파이프라인에 바인드될 수 있는 다양한 리소스를 설명합니다.

메서드

메서드설명
beginUpdate()디스크립터 세트 업데이트를 시작합니다

beginUpdate()

public abstract DescriptorSetUpdater beginUpdate()

디스크립터 세트 업데이트를 시작합니다

Returns: DescriptorSetUpdater