Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceTileShadingFeaturesQCOM.Ptr
Packages that use VkPhysicalDeviceTileShadingFeaturesQCOM.Ptr
-
Uses of VkPhysicalDeviceTileShadingFeaturesQCOM.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceTileShadingFeaturesQCOM.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceTileShadingFeaturesQCOM.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceTileShadingFeaturesQCOM> consumer) VkPhysicalDeviceTileShadingFeaturesQCOM.Ptr.offset
(long offset) VkPhysicalDeviceTileShadingFeaturesQCOM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceTileShadingFeaturesQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceTileShadingFeaturesQCOM.Ptr
that uses the same backing storage as thisVkPhysicalDeviceTileShadingFeaturesQCOM.Ptr
, but with the new size.VkPhysicalDeviceTileShadingFeaturesQCOM.Ptr.slice
(long end) VkPhysicalDeviceTileShadingFeaturesQCOM.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).