Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceVulkan11Features.Ptr
Packages that use VkPhysicalDeviceVulkan11Features.Ptr
-
Uses of VkPhysicalDeviceVulkan11Features.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceVulkan11Features.PtrModifier and TypeMethodDescription@NotNull VkPhysicalDeviceVulkan11Features.Ptr
VkPhysicalDeviceVulkan11Features.Ptr.offset
(long offset) @NotNull VkPhysicalDeviceVulkan11Features.Ptr
VkPhysicalDeviceVulkan11Features.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceVulkan11Features.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceVulkan11Features.Ptr
that uses the same backing storage as thisVkPhysicalDeviceVulkan11Features.Ptr
, but with the new size.VkPhysicalDeviceVulkan11Features.Ptr.slice
(long end) @NotNull VkPhysicalDeviceVulkan11Features.Ptr
VkPhysicalDeviceVulkan11Features.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).