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