Package com.aspose.threed
Interface IDescriptorSet
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
public interface IDescriptorSet extends java.io.Closeable
The descriptor sets describes different resources that can be used to bind to the render pipeline like buffers, textures
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescriptorSetUpdater
beginUpdate()
Begin to update the descriptor set
-
-
-
Method Detail
-
beginUpdate
DescriptorSetUpdater beginUpdate()
Begin to update the descriptor set
-
-