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