Package apple.metal.enums
Class MTLMutability
- java.lang.Object
-
- apple.metal.enums.MTLMutability
-
public final class MTLMutability extends java.lang.Object[@enum] MTLMutability Specifies whether a buffer will be modified between the time it is bound and a compute or render pipeline is executed in a draw or dispatch.
-
-
Field Detail
-
Default
public static final long Default
- See Also:
- Constant Field Values
-
Mutable
public static final long Mutable
- See Also:
- Constant Field Values
-
Immutable
public static final long Immutable
- See Also:
- Constant Field Values
-
-