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