Class RENDERDOC_AnnotationVectorValue

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class RENDERDOC_AnnotationVectorValue extends Struct<RENDERDOC_AnnotationVectorValue> implements NativeResource
union RENDERDOC_AnnotationVectorValue {
    bool boolean[4];
    int32_t int32[4];
    int64_t int64[4];
    uint32_t uint32[4];
    uint64_t uint64[4];
    float float32[4];
    double float64[4];
}