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.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderSubgroupRotateFeatures.Ptrthat 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).