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