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