IDescriptorSet

All Implemented Interfaces: java.io.Closeable

public interface IDescriptorSet extends Closeable

ディスクリプタセットは、バッファやテクスチャなど、レンダーパイプラインにバインドできるさまざまなリソースを記述します。

メソッド

メソッド説明
beginUpdate()ディスクリプタセットの更新を開始します

beginUpdate()

public abstract DescriptorSetUpdater beginUpdate()

ディスクリプタセットの更新を開始します

Returns: DescriptorSetUpdater