Uses of Record Class
club.doki7.opencl.datatype.CLQueueFamilyPropertiesIntel
Packages that use CLQueueFamilyPropertiesIntel
-
Uses of CLQueueFamilyPropertiesIntel in club.doki7.opencl.datatype
Classes in club.doki7.opencl.datatype that implement interfaces with type arguments of type CLQueueFamilyPropertiesIntelModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of cl_queue_family_properties_intel structure(s) in native memory.Methods in club.doki7.opencl.datatype that return CLQueueFamilyPropertiesIntelModifier and TypeMethodDescriptionstatic CLQueueFamilyPropertiesIntel@NotNull CLQueueFamilyPropertiesIntelCLQueueFamilyPropertiesIntel.Ptr.at(long index) Returns (a pointer to) the structure at the given index.CLQueueFamilyPropertiesIntel.capabilities(long value) static CLQueueFamilyPropertiesIntelCLQueueFamilyPropertiesIntel.clone(Arena arena, CLQueueFamilyPropertiesIntel src) CLQueueFamilyPropertiesIntel.count(int value) CLQueueFamilyPropertiesIntel.properties(long value) CLQueueFamilyPropertiesIntel.Ptr.toArray()Methods in club.doki7.opencl.datatype that return types with arguments of type CLQueueFamilyPropertiesIntelModifier and TypeMethodDescription@NotNull Iterator<CLQueueFamilyPropertiesIntel> CLQueueFamilyPropertiesIntel.Ptr.iterator()Methods in club.doki7.opencl.datatype with parameters of type CLQueueFamilyPropertiesIntelModifier and TypeMethodDescriptionstatic CLQueueFamilyPropertiesIntelCLQueueFamilyPropertiesIntel.clone(Arena arena, CLQueueFamilyPropertiesIntel src) voidCLQueueFamilyPropertiesIntel.Ptr.write(long index, @NotNull CLQueueFamilyPropertiesIntel value) Method parameters in club.doki7.opencl.datatype with type arguments of type CLQueueFamilyPropertiesIntelModifier and TypeMethodDescriptionCLQueueFamilyPropertiesIntel.Ptr.at(long index, @NotNull Consumer<@NotNull CLQueueFamilyPropertiesIntel> consumer)