Interface GpuDeviceFeatures
- All Known Implementing Classes:
ConfigureGpuDeviceEvent
,DefaultGlDeviceFeatures
,ImmutableGlDeviceFeatures
public interface GpuDeviceFeatures
Enable-able features of a Blaze3d backend GpuDevice.
Not all backends support all features, and some features are known to be problematic on some hardware. For details on those features see notes for each feature.
Features must be enabled via the
Not all backends support all features, and some features are known to be problematic on some hardware. For details on those features see notes for each feature.
Features must be enabled via the
ConfigureGpuDeviceEvent
to be used.-
Method Summary
Modifier and TypeMethodDescriptionboolean
logicOp()
LogicOp is unusably problematic on Qualcomm GPUs via OpenGL.
-
Method Details
-
logicOp
boolean logicOp()LogicOp is unusably problematic on Qualcomm GPUs via OpenGL. LogicOp is unavailable on MacOS via Vulkan.
-