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