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