This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Before Cluster Level Authentication | |
var cluster = new Cluster(); | |
var bucket = cluster.OpenBucket("default", "password"); | |
// After Cluster Level Authentication | |
var cluster = new Cluster(); | |
var authenticator = new ClassicAuthenticator("Administrator", "password"); | |
authenticator.AddBucketCredential("default", "secret"); | |
cluster.Authenticate(authenticator); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
00 TEX ADDR(64) CNT(1) | |
0 SAMPLE R0.x___, R0.xy0x, t0, s0 | |
01 ALU ADDR(32) CNT(1) | |
1 x: KILLGE ____, 0.0f, R0.x | |
02 ALU_PUSH_BEFORE ADDR(33) CNT(1) | |
2 x: PRED_SETGT ____, R0.x, 0.0f UPDATE_EXECUTE_MASK DEACTIVATE UPDATE_PRED |