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