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