Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceShaderSubgroupRotateFeatures.Ptr
Packages that use VkPhysicalDeviceShaderSubgroupRotateFeatures.Ptr
-
Uses of VkPhysicalDeviceShaderSubgroupRotateFeatures.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceShaderSubgroupRotateFeatures.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceShaderSubgroupRotateFeatures.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceShaderSubgroupRotateFeatures> consumer) VkPhysicalDeviceShaderSubgroupRotateFeatures.Ptr.offset
(long offset) VkPhysicalDeviceShaderSubgroupRotateFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderSubgroupRotateFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderSubgroupRotateFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderSubgroupRotateFeatures.Ptr
, but with the new size.VkPhysicalDeviceShaderSubgroupRotateFeatures.Ptr.slice
(long end) VkPhysicalDeviceShaderSubgroupRotateFeatures.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).