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