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