Uses of Record Class
club.doki7.opencl.handle.CLSampler
Packages that use CLSampler
-
Uses of CLSampler in club.doki7.opencl
Methods in club.doki7.opencl that return CLSamplerModifier and TypeMethodDescription@Nullable CLSampler
CL.createSampler
(@Nullable CLContext context, int normalized_coords, int addressing_mode, int filter_mode, @Nullable IntPtr errcode_ret) @Nullable CLSampler
CL.createSamplerWithProperties
(@Nullable CLContext context, @Nullable LongPtr sampler_properties, @Nullable IntPtr errcode_ret) Methods in club.doki7.opencl with parameters of type CLSamplerModifier and TypeMethodDescriptionint
CL.getSamplerInfo
(@Nullable CLSampler sampler, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.releaseSampler
(@Nullable CLSampler sampler) int
CL.retainSampler
(@Nullable CLSampler sampler) -
Uses of CLSampler in club.doki7.opencl.handle
Classes in club.doki7.opencl.handle that implement interfaces with type arguments of type CLSamplerModifier and TypeClassDescriptionstatic final record
Represents a pointer to cl_sampler handle(s) in native memory.Methods in club.doki7.opencl.handle that return CLSamplerModifier and TypeMethodDescription@Nullable CLSampler
CLSampler.Ptr.read()
@Nullable CLSampler
CLSampler.Ptr.read
(long index) Methods in club.doki7.opencl.handle that return types with arguments of type CLSamplerMethods in club.doki7.opencl.handle with parameters of type CLSamplerMethod parameters in club.doki7.opencl.handle with type arguments of type CLSamplerModifier and TypeMethodDescriptionstatic CLSampler.Ptr
CLSampler.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable CLSampler> values)