Package apple.metal
Class MTLRasterizationRateMapDescriptor
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.objc.ObjCObject
-
- apple.NSObject
-
- apple.metal.MTLRasterizationRateMapDescriptor
-
public class MTLRasterizationRateMapDescriptor extends NSObject implements NSCopying
[@interface] MTLRasterizationRateMapDescriptor Describes a MTLRasterizationRateMap containing an arbitrary number of MTLRasterizationRateLayerDescriptor instances. An MTLRasterizationRateMapDescriptor is compiled into an MTLRasterizationRateMap using MTLDevice.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class apple.NSObject
NSObject.Function_instanceMethodForSelector_ret, NSObject.Function_methodForSelector_ret
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMTLRasterizationRateMapDescriptor(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanaccessInstanceVariablesDirectly()static MTLRasterizationRateMapDescriptoralloc()static java.lang.ObjectallocWithZone(org.moe.natj.general.ptr.VoidPtr zone)static booleanautomaticallyNotifiesObserversForKey(java.lang.String key)static voidcancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget)static voidcancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget, org.moe.natj.objc.SEL aSelector, java.lang.Object anArgument)static NSArray<java.lang.String>classFallbacksForKeyedArchiver()static org.moe.natj.objc.ClassclassForKeyedUnarchiver()java.lang.ObjectcopyWithZone(org.moe.natj.general.ptr.VoidPtr zone)static java.lang.StringdebugDescription_static()static java.lang.Stringdescription_static()static longhash_static()MTLRasterizationRateMapDescriptorinit()static NSObject.Function_instanceMethodForSelector_retinstanceMethodForSelector(org.moe.natj.objc.SEL aSelector)static NSMethodSignatureinstanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector)static booleaninstancesRespondToSelector(org.moe.natj.objc.SEL aSelector)static booleanisSubclassOfClass(org.moe.natj.objc.Class aClass)static NSSet<java.lang.String>keyPathsForValuesAffectingValueForKey(java.lang.String key)java.lang.Stringlabel()[@property] label A string to help identify this object.MTLRasterizationRateLayerDescriptorlayerAtIndex(long layerIndex)layerAtIndex: Use setLayer:atIndex: to add or set the layer.longlayerCount()[@property] layerCount This property is modified by setting new layer instances using setLayer:atIndex: or assigning to layers[X]MTLRasterizationRateLayerArraylayers()[@property] layers Accesses the layers currently stored in the descriptor.static java.lang.Objectnew_objc()static MTLRasterizationRateMapDescriptorrasterizationRateMapDescriptorWithScreenSize(MTLSize screenSize)rasterizationRateMapDescriptorWithScreenSize: Convenience descriptor creation function without layersstatic MTLRasterizationRateMapDescriptorrasterizationRateMapDescriptorWithScreenSizeLayer(MTLSize screenSize, MTLRasterizationRateLayerDescriptor layer)rasterizationRateMapDescriptorWithScreenSize:layer: Convenience descriptor creation function for a single layer.static MTLRasterizationRateMapDescriptorrasterizationRateMapDescriptorWithScreenSizeLayerCountLayers(MTLSize screenSize, long layerCount, org.moe.natj.general.ptr.ConstPtr<MTLRasterizationRateLayerDescriptor> layers)rasterizationRateMapDescriptorWithScreenSize:layerCount:layers: Convenience descriptor creation function for an arbitrary amount of layers stored in a C-array.static booleanresolveClassMethod(org.moe.natj.objc.SEL sel)static booleanresolveInstanceMethod(org.moe.natj.objc.SEL sel)MTLSizescreenSize()[@property] screenSize The region always has its origin at [0, 0].voidsetLabel(java.lang.String value)[@property] label A string to help identify this object.voidsetLayerAtIndex(MTLRasterizationRateLayerDescriptor layer, long layerIndex)setLayer:atIndex: Sets the MTLRasterizationRateLayerDescriptor instance for the given layerIndex.voidsetScreenSize(MTLSize value)[@property] screenSize The region always has its origin at [0, 0].static voidsetVersion_static(long aVersion)static org.moe.natj.objc.Classsuperclass_static()static longversion_static()-
Methods inherited from class apple.NSObject
accessibilityActivate, accessibilityActivationPoint, accessibilityAssistiveTechnologyFocusedIdentifiers, accessibilityAttributedHint, accessibilityAttributedLabel, accessibilityAttributedUserInputLabels, accessibilityAttributedValue, accessibilityContainerType, accessibilityCustomActions, accessibilityCustomRotors, accessibilityDecrement, accessibilityDragSourceDescriptors, accessibilityDropPointDescriptors, accessibilityElementAtIndex, accessibilityElementCount, accessibilityElementDidBecomeFocused, accessibilityElementDidLoseFocus, accessibilityElementIsFocused, accessibilityElements, accessibilityElementsHidden, accessibilityFrame, accessibilityHint, accessibilityIncrement, accessibilityLabel, accessibilityLanguage, accessibilityNavigationStyle, accessibilityPath, accessibilityPerformEscape, accessibilityPerformMagicTap, accessibilityRespondsToUserInteraction, accessibilityScroll, accessibilityTextualContext, accessibilityTraits, accessibilityUserInputLabels, accessibilityValue, accessibilityViewIsModal, addObserverForKeyPathOptionsContext, attemptRecoveryFromErrorOptionIndex, attemptRecoveryFromErrorOptionIndexDelegateDidRecoverSelectorContextInfo, autoContentAccessingProxy, awakeAfterUsingCoder, awakeFromNib, class_objc, classForCoder, classForKeyedArchiver, copy, dealloc, debugDescription, description, dictionaryWithValuesForKeys, didChangeValueForKey, didChangeValueForKeyWithSetMutationUsingObjects, didChangeValuesAtIndexesForKey, doesNotRecognizeSelector, fileManagerShouldProceedAfterError, fileManagerWillProcessPath, finalize_objc, forwardingTargetForSelector, forwardInvocation, hash, indexOfAccessibilityElement, isAccessibilityElement, isEqual, isKindOfClass, isMemberOfClass, isProxy, methodForSelector, methodSignatureForSelector, mutableArrayValueForKey, mutableArrayValueForKeyPath, mutableCopy, mutableOrderedSetValueForKey, mutableOrderedSetValueForKeyPath, mutableSetValueForKey, mutableSetValueForKeyPath, observationInfo, observeValueForKeyPathOfObjectChangeContext, performSelector, performSelectorInBackgroundWithObject, performSelectorOnMainThreadWithObjectWaitUntilDone, performSelectorOnMainThreadWithObjectWaitUntilDoneModes, performSelectorOnThreadWithObjectWaitUntilDone, performSelectorOnThreadWithObjectWaitUntilDoneModes, performSelectorWithObject, performSelectorWithObjectAfterDelay, performSelectorWithObjectAfterDelayInModes, performSelectorWithObjectWithObject, prepareForInterfaceBuilder, provideImageDataBytesPerRowOrigin_Size_UserInfo, removeObserverForKeyPath, removeObserverForKeyPathContext, replacementObjectForCoder, replacementObjectForKeyedArchiver, respondsToSelector, self, setAccessibilityActivationPoint, setAccessibilityAttributedHint, setAccessibilityAttributedLabel, setAccessibilityAttributedUserInputLabels, setAccessibilityAttributedValue, setAccessibilityContainerType, setAccessibilityCustomActions, setAccessibilityCustomRotors, setAccessibilityDragSourceDescriptors, setAccessibilityDropPointDescriptors, setAccessibilityElements, setAccessibilityElementsHidden, setAccessibilityFrame, setAccessibilityHint, setAccessibilityLabel, setAccessibilityLanguage, setAccessibilityNavigationStyle, setAccessibilityPath, setAccessibilityRespondsToUserInteraction, setAccessibilityTextualContext, setAccessibilityTraits, setAccessibilityUserInputLabels, setAccessibilityValue, setAccessibilityViewIsModal, setIsAccessibilityElement, setNilValueForKey, setObservationInfo, setShouldGroupAccessibilityChildren, setValueForKey, setValueForKeyPath, setValueForUndefinedKey, setValuesForKeysWithDictionary, shouldGroupAccessibilityChildren, superclass, validateValueForKeyError, validateValueForKeyPathError, valueForKey, valueForKeyPath, valueForUndefinedKey, willChangeValueForKey, willChangeValueForKeyWithSetMutationUsingObjects, willChangeValuesAtIndexesForKey
-
-
-
-
Method Detail
-
accessInstanceVariablesDirectly
public static boolean accessInstanceVariablesDirectly()
-
alloc
public static MTLRasterizationRateMapDescriptor alloc()
-
allocWithZone
public static java.lang.Object allocWithZone(org.moe.natj.general.ptr.VoidPtr zone)
-
automaticallyNotifiesObserversForKey
public static boolean automaticallyNotifiesObserversForKey(java.lang.String key)
-
cancelPreviousPerformRequestsWithTarget
public static void cancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget)
-
cancelPreviousPerformRequestsWithTargetSelectorObject
public static void cancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget, org.moe.natj.objc.SEL aSelector, java.lang.Object anArgument)
-
classFallbacksForKeyedArchiver
public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
-
classForKeyedUnarchiver
public static org.moe.natj.objc.Class classForKeyedUnarchiver()
-
copyWithZone
public java.lang.Object copyWithZone(org.moe.natj.general.ptr.VoidPtr zone)
- Specified by:
copyWithZonein interfaceNSCopying
-
debugDescription_static
public static java.lang.String debugDescription_static()
-
description_static
public static java.lang.String description_static()
-
hash_static
public static long hash_static()
-
init
public MTLRasterizationRateMapDescriptor init()
-
instanceMethodForSelector
public static NSObject.Function_instanceMethodForSelector_ret instanceMethodForSelector(org.moe.natj.objc.SEL aSelector)
-
instanceMethodSignatureForSelector
public static NSMethodSignature instanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector)
-
instancesRespondToSelector
public static boolean instancesRespondToSelector(org.moe.natj.objc.SEL aSelector)
-
isSubclassOfClass
public static boolean isSubclassOfClass(org.moe.natj.objc.Class aClass)
-
keyPathsForValuesAffectingValueForKey
public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey(java.lang.String key)
-
label
public java.lang.String label()
[@property] label A string to help identify this object. The default value is nil.
-
layerAtIndex
public MTLRasterizationRateLayerDescriptor layerAtIndex(long layerIndex)
layerAtIndex: Use setLayer:atIndex: to add or set the layer. Identical to "layers[layerIndex]".- Returns:
- The MTLRasterizationRateLayerDescriptor instance for the given layerIndex, or nil if no instance hasn't been set for this index.
-
layerCount
public long layerCount()
[@property] layerCount This property is modified by setting new layer instances using setLayer:atIndex: or assigning to layers[X]- Returns:
- The number of subsequent non-nil layer instances stored in the descriptor, starting at index 0.
-
layers
public MTLRasterizationRateLayerArray layers()
[@property] layers Accesses the layers currently stored in the descriptor. Syntactic sugar around "layerAtIndex:" and "setLayer:atIndex:"- Returns:
- A modifiable array of layers
-
new_objc
public static java.lang.Object new_objc()
-
rasterizationRateMapDescriptorWithScreenSize
public static MTLRasterizationRateMapDescriptor rasterizationRateMapDescriptorWithScreenSize(MTLSize screenSize)
rasterizationRateMapDescriptorWithScreenSize: Convenience descriptor creation function without layers- Parameters:
screenSize- The dimensions, in screen space pixels, of the region where variable rasterization is applied. The depth component of MTLSize is ignored.- Returns:
- A descriptor containing no layers. Add or remove layers using setObject:atIndexedSubscript:.
-
rasterizationRateMapDescriptorWithScreenSizeLayer
public static MTLRasterizationRateMapDescriptor rasterizationRateMapDescriptorWithScreenSizeLayer(MTLSize screenSize, MTLRasterizationRateLayerDescriptor layer)
rasterizationRateMapDescriptorWithScreenSize:layer: Convenience descriptor creation function for a single layer.- Parameters:
screenSize- The dimensions, in screen space pixels, of the region where variable rasterization is applied. The depth component of MTLSize is ignored.layer- The single layer describing how the rasterization rate varies in screen space- Returns:
- A descriptor containing a single layer. Add or remove layers using setObject:atIndexedSubscript:.
-
rasterizationRateMapDescriptorWithScreenSizeLayerCountLayers
public static MTLRasterizationRateMapDescriptor rasterizationRateMapDescriptorWithScreenSizeLayerCountLayers(MTLSize screenSize, long layerCount, org.moe.natj.general.ptr.ConstPtr<MTLRasterizationRateLayerDescriptor> layers)
rasterizationRateMapDescriptorWithScreenSize:layerCount:layers: Convenience descriptor creation function for an arbitrary amount of layers stored in a C-array. The function copies the array of pointers internally, the caller need not keep the array alive after creating the descriptor.- Parameters:
screenSize- The dimensions, in screen space pixels, of the region where variable rasterization is applied. The depth component of MTLSize is ignored.layerCount- The number of layers in the descriptor.layers- An array of pointers to layer descriptors. The array must contain layerCount non-null pointers to MTLRasterizationRateLayerDescriptor instances.- Returns:
- A descriptor containing all the specified layers. Add or remove layers using setObject:atIndexedSubscript:.
-
resolveClassMethod
public static boolean resolveClassMethod(org.moe.natj.objc.SEL sel)
-
resolveInstanceMethod
public static boolean resolveInstanceMethod(org.moe.natj.objc.SEL sel)
-
screenSize
public MTLSize screenSize()
[@property] screenSize The region always has its origin at [0, 0]. The depth component of MTLSize is ignored.- Returns:
- The dimensions, in screen space pixels, of the region where variable rasterization is applied.
-
setLabel
public void setLabel(java.lang.String value)
[@property] label A string to help identify this object. The default value is nil.
-
setLayerAtIndex
public void setLayerAtIndex(MTLRasterizationRateLayerDescriptor layer, long layerIndex)
setLayer:atIndex: Sets the MTLRasterizationRateLayerDescriptor instance for the given layerIndex. The previous instance at the index, if any, will be overwritten. Set nil to an index to remove the layer at that index from the descriptor. Identical to "layers[layerIndex] = layer".
-
setScreenSize
public void setScreenSize(MTLSize value)
[@property] screenSize The region always has its origin at [0, 0]. The depth component of MTLSize is ignored.
-
setVersion_static
public static void setVersion_static(long aVersion)
-
superclass_static
public static org.moe.natj.objc.Class superclass_static()
-
version_static
public static long version_static()
-
-