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