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