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