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