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