Click or drag to resize
Ab4d.SharpEngine logo

GpuSampler Class

Sampler defines how the texture bitmap is read by the GPU.
Inheritance Hierarchy

Namespace: Ab4d.SharpEngine.Core
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public class GpuSampler : GpuDeviceComponent

The GpuSampler type exposes the following members.

Properties
 NameDescription
Public propertySampler Vulkan Sampler
Top
Methods
 NameDescription
Public methodStatic memberCreate Returns a newly created GpuSampler and a DisposeToken to dispose the sampler.
Protected methodDispose Releases unmanaged and managed resources (when disposing is true). This method may be called only from the CheckAndDispose(Boolean) method and must not be called manually by the user.
(Overrides ComponentBaseDispose(Boolean))
Top
See Also