gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
GlSampler
gfx
gl3
resource
Undocumented in source.
package final
class
GlSampler :
Sampler
{
class
Gl
via
import
gfx
.
bindings
.
opengl
.
gl
:
Gl
,
GLenum
,
GLint
,
GLfloat
,
GLuint
;
;
alias
GLenum
=
uint
via
import
gfx
.
bindings
.
opengl
.
gl
:
Gl
,
GLenum
,
GLint
,
GLfloat
,
GLuint
;
;
alias
GLint
=
int
via
import
gfx
.
bindings
.
opengl
.
gl
:
Gl
,
GLenum
,
GLint
,
GLfloat
,
GLuint
;
;
alias
GLfloat
=
khronos_float_t
via
import
gfx
.
bindings
.
opengl
.
gl
:
Gl
,
GLenum
,
GLint
,
GLfloat
,
GLuint
;
;
alias
GLuint
=
uint
via
import
gfx
.
bindings
.
opengl
.
gl
:
Gl
,
GLenum
,
GLint
,
GLfloat
,
GLuint
;
;
enum
atomicRcCode
; via
import
gfx
.
core
.
rc
:
atomicRcCode
,
Rc
;
;
struct
Rc
(T)
via
import
gfx
.
core
.
rc
:
atomicRcCode
,
Rc
;
;
enum
BorderColor
via
import
gfx
.
graal
.
image
:
BorderColor
,
isInt
,
SamplerInfo
;
;
bool
isInt
[@property getter] via
import
gfx
.
graal
.
image
:
BorderColor
,
isInt
,
SamplerInfo
;
;
struct
SamplerInfo
via
import
gfx
.
graal
.
image
:
BorderColor
,
isInt
,
SamplerInfo
;
;
enum
CompareOp
via
import
gfx
.
graal
.
pipeline
:
CompareOp
;
;
struct
GlInfo
via
import
gfx
.
gl3
:
GlInfo
,
GlShare
;
;
class
GlShare
via
import
gfx
.
gl3
:
GlInfo
,
GlShare
;
;
GLint
[
4
]
toGl
(Swizzle swizzle) via
import
gfx
.
gl3
.
conv
:
toGl
,
toGlMag
,
toGlMin
;
;
GLenum
toGlMag
(Filter filter) via
import
gfx
.
gl3
.
conv
:
toGl
,
toGlMag
,
toGlMin
;
;
GLenum
toGlMin
(Filter filter, Filter mipmap) via
import
gfx
.
gl3
.
conv
:
toGl
,
toGlMag
,
toGlMin
;
;
this
(Device dev, GlShare share, SamplerInfo info);
void
dispose
();
Device
device
[@property getter];
void
bind
(GLuint target, GLuint unit);
}
Constructors
this
this
(Device dev, GlShare share, SamplerInfo info)
Undocumented in source.
Members
Functions
bind
void
bind
(GLuint target, GLuint unit)
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void
dispose
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
device
Device
device
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Sampler
device
Device
device
[@property getter]
Get the parent device
descriptor
SamplerDescriptor
descriptor
()
Get a descriptor to this resource
Meta
Source
See Implementation
gfx
gl3
resource
classes
GlBuffer
GlDeviceMemory
GlImage
GlImageView
GlSampler
enums
GlImgType