Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR
Packages that use VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR
-
Uses of VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceComputeShaderDerivativesPropertiesKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceComputeShaderDerivativesPropertiesKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceComputeShaderDerivativesPropertiesKHRModifier and TypeMethodDescriptionVkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.clone
(Arena arena, VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR src) VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.meshAndTaskShaderDerivatives
(int value) VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.sType
(int value) VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceComputeShaderDerivativesPropertiesKHRModifier and TypeMethodDescriptionVkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceComputeShaderDerivativesPropertiesKHRModifier and TypeMethodDescriptionVkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.clone
(Arena arena, VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR src) void
VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.Ptr.write
(long index, @NotNull VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceComputeShaderDerivativesPropertiesKHRModifier and TypeMethodDescriptionVkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR> consumer)