Click or drag to resize
Ab4d.SharpEngine logo

GpuSampler Class

Sampler defines how the texture bitmap is read by the GPU.
Inheritance Hierarchy
SystemObject
  Ab4d.SharpEngine.CoreComponentBase
    Ab4d.SharpEngine.CoreGpuDeviceComponent
      Ab4d.SharpEngine.CoreGpuSampler

Namespace: Ab4d.SharpEngine.Core
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
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