Class XrCompositionLayerAlphaBlendFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrCompositionLayerAlphaBlendFB extends Struct<XrCompositionLayerAlphaBlendFB> implements NativeResource
struct XrCompositionLayerAlphaBlendFB {
    XrStructureType type;
    void * next;
    XrBlendFactorFB srcFactorColor;
    XrBlendFactorFB dstFactorColor;
    XrBlendFactorFB srcFactorAlpha;
    XrBlendFactorFB dstFactorAlpha;
}