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