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