JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java™ (public API).
com.jogamp.opencl.CLSampler Class Reference

Object representing an OpenCL sampler. More...

Inheritance diagram for com.jogamp.opencl.CLSampler:
Collaboration diagram for com.jogamp.opencl.CLSampler:

Classes

enum  AddressingMode
 
enum  FilteringMode
 

Public Member Functions

FilteringMode getFilteringMode ()
 
AddressingMode getAddressingMode ()
 
boolean hasNormalizedCoords ()
 
void release ()
 Releases the OpenCL resource. More...
 

Detailed Description

Object representing an OpenCL sampler.

See also
CLContext::createSampler(com.jogamp.opencl.CLSampler.AddressingMode, com.jogamp.opencl.CLSampler.FilteringMode, boolean)
Author
Michael Bien, et al.

Definition at line 46 of file CLSampler.java.

Member Function Documentation

◆ getAddressingMode()

AddressingMode com.jogamp.opencl.CLSampler.getAddressingMode ( )

Definition at line 72 of file CLSampler.java.

Here is the call graph for this function:

◆ getFilteringMode()

FilteringMode com.jogamp.opencl.CLSampler.getFilteringMode ( )

Definition at line 67 of file CLSampler.java.

Here is the call graph for this function:

◆ hasNormalizedCoords()

boolean com.jogamp.opencl.CLSampler.hasNormalizedCoords ( )

Definition at line 77 of file CLSampler.java.

◆ release()

void com.jogamp.opencl.CLSampler.release ( )

Releases the OpenCL resource.

Implements com.jogamp.opencl.CLResource.

Definition at line 82 of file CLSampler.java.

Here is the call graph for this function:

The documentation for this class was generated from the following file: