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