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