Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceTileShadingPropertiesQCOM.Ptr
Packages that use VkPhysicalDeviceTileShadingPropertiesQCOM.Ptr
-
Uses of VkPhysicalDeviceTileShadingPropertiesQCOM.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceTileShadingPropertiesQCOM.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceTileShadingPropertiesQCOM.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceTileShadingPropertiesQCOM> consumer) VkPhysicalDeviceTileShadingPropertiesQCOM.Ptr.offset(long offset) VkPhysicalDeviceTileShadingPropertiesQCOM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceTileShadingPropertiesQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceTileShadingPropertiesQCOM.Ptrthat uses the same backing storage as thisVkPhysicalDeviceTileShadingPropertiesQCOM.Ptr, but with the new size.VkPhysicalDeviceTileShadingPropertiesQCOM.Ptr.slice(long end) VkPhysicalDeviceTileShadingPropertiesQCOM.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).