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